#include <parameter.h>
Public Member Functions | |
| ParameterGroupName (const char *) | |
| ParameterGroupName (const std::string &) | |
| ParameterGroupName (const ParameterGroupName &) | |
| ~ParameterGroupName () | |
| const std::string & | get_name () const |
| bool | is_pushed () const |
Private Member Functions | |
| ParameterGroupName () | |
| ParameterGroupName & | operator= (const ParameterGroupName &) |
Private Attributes | |
| std::string | m_name |
| ParameterGroupName * | m_next |
| bool | m_pushed |
Friends | |
| class | ParameterManager |
Definition at line 36 of file parameter.h.
| Sampa::ParameterGroupName::ParameterGroupName | ( | const char * | ) |
| Sampa::ParameterGroupName::ParameterGroupName | ( | const std::string & | ) |
| Sampa::ParameterGroupName::ParameterGroupName | ( | const ParameterGroupName & | ) |
| Sampa::ParameterGroupName::~ParameterGroupName | ( | ) |
| Sampa::ParameterGroupName::ParameterGroupName | ( | ) | [private] |
| const std::string& Sampa::ParameterGroupName::get_name | ( | ) | const [inline] |
| bool Sampa::ParameterGroupName::is_pushed | ( | ) | const [inline] |
| ParameterGroupName& Sampa::ParameterGroupName::operator= | ( | const ParameterGroupName & | ) | [private] |
friend class ParameterManager [friend] |
Definition at line 51 of file parameter.h.
std::string Sampa::ParameterGroupName::m_name [private] |
Definition at line 46 of file parameter.h.
bool Sampa::ParameterGroupName::m_pushed [private] |
1.5.3