![]() |
VR-Link API Documentation for HLA 1516
|
A specialization of a list which assigns the first value as a name. More...
Inheritance diagram for DtEnvNamedList:
Collaboration diagram for DtEnvNamedList:Public Member Functions | |
| virtual | ~DtEnvNamedList () |
| DTOR. | |
| virtual DtString | name () const |
| Get the name of the list. | |
| virtual void | setName (const DtString &name) |
| Set the name of the list. | |
| virtual DtEnvValueSP | first () const |
| Get the first child in the list. | |
Static Public Member Functions | |
| static bool | isNamedList (DtEnvValueSP) |
| Check whether a value is a named list. | |
| static DtEnvNamedList * | castToNamedList (DtEnvValueSP value) |
| Cast the value to a named list. | |
Protected Member Functions | |
| DtEnvNamedList (const DtString &name, const DtString &value) | |
| virtual DtEnvValue * | clone () const |
| Create a deep copy. | |
Friends | |
| class | DtEnvironment |
A specialization of a list which assigns the first value as a name.
| virtual DtEnvNamedList::~DtEnvNamedList | ( | ) | [virtual] |
DTOR.
| DtEnvNamedList::DtEnvNamedList | ( | const DtString & | name, |
| const DtString & | value | ||
| ) | [protected] |
| static DtEnvNamedList* DtEnvNamedList::castToNamedList | ( | DtEnvValueSP | value | ) | [static] |
Cast the value to a named list.
| virtual DtEnvValue* DtEnvNamedList::clone | ( | ) | const [protected, virtual] |
| virtual DtEnvValueSP DtEnvNamedList::first | ( | ) | const [virtual] |
| static bool DtEnvNamedList::isNamedList | ( | DtEnvValueSP | ) | [static] |
Check whether a value is a named list.
| virtual DtString DtEnvNamedList::name | ( | ) | const [virtual] |
Get the name of the list.
Reimplemented in DtEnvObject.
| virtual void DtEnvNamedList::setName | ( | const DtString & | name | ) | [virtual] |
Set the name of the list.
Reimplemented in DtEnvObject.
friend class DtEnvironment [friend] |
Reimplemented from DtEnvList.
Reimplemented in DtEnvObject.