#include <interfaces.h>
Public Member Functions | |
std::string | getName () |
void | setName (std::string value) |
Protected Attributes | |
std::string | _name |
Definition at line 57 of file interfaces.h.
std::string CNameInterface::getName | ( | ) | [inline] |
Definition at line 63 of file interfaces.h.
void CNameInterface::setName | ( | std::string | value | ) | [inline] |
Definition at line 62 of file interfaces.h.
std::string CNameInterface::_name [protected] |
Definition at line 60 of file interfaces.h.