Basic component that provides a name attribute. More...
#include <components.hpp>
Public Member Functions | |
BasicComponent () | |
Default constructor. | |
void | SetName (std::string n_) |
Sets the name of the component. | |
Public Attributes | |
std::string | name |
Basic component that provides a name attribute.
Definition at line 18 of file components.hpp.
|
inline |
Default constructor.
Definition at line 23 of file components.hpp.
|
inline |
Sets the name of the component.
n_ | The new name. |
Definition at line 28 of file components.hpp.
std::string Raftel::BasicComponent::name |
Name of the component.
Definition at line 30 of file components.hpp.