Public Member Functions | |
ExtractGroupStatus () | |
ExtractGroupStatus (const char *name) | |
bool | getStatus () const |
void | setStatus (bool status) |
void | cpyStatusFrom (const ExtractGroupStatus &other) |
std::string | getName () const |
const char * | getKeyOfEntry () const |
virtual void | printMySelf (std::ostream &os) const |
virtual bool | isSameAs (const ExtractGroupStatus &other) const |
Protected Attributes | |
bool | _status |
std::string | _name |
std::string | _ze_key_name |
ExtractGroupStatus::ExtractGroupStatus | ( | ) |
ExtractGroupStatus::ExtractGroupStatus | ( | const char * | name | ) |
bool ExtractGroupStatus::getStatus | ( | ) | const |
References _status.
void ExtractGroupStatus::setStatus | ( | bool | status | ) |
References _status.
void ExtractGroupStatus::cpyStatusFrom | ( | const ExtractGroupStatus & | other | ) |
References _status.
std::string ExtractGroupStatus::getName | ( | ) | const |
References _name.
const char* ExtractGroupStatus::getKeyOfEntry | ( | ) | const |
References _ze_key_name.
|
virtual |
Reimplemented in ExtractGroupFam.
References _status, and _ze_key_name.
|
virtual |
References _name, and _ze_key_name.
|
protected |
|
protected |
|
protected |