![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtSpyXmlBlockElements:
Collaboration diagram for DtSpyXmlBlockElements:Public Member Functions | |
| DtSpyXmlBlockElements (DtString xmlTag, bool isAttribute, DtSpyXmlBlock *parent) | |
| virtual | ~DtSpyXmlBlockElements () |
| DtEnvValueSP | xmlNode () const |
| bool | isAttribute () const |
| DtString | type () const |
| DtString | toString () const |
Protected Member Functions | |
| virtual void | syncElementToValue ()=0 |
| DtSpyXmlBlockElements (const DtSpyXmlBlockElements &orig) | |
| DtSpyXmlBlockElements & | operator= (const DtSpyXmlBlockElements &orig) |
Protected Attributes | |
| bool | myIsXmlAttribute |
| DtEnvValueSP | myXmlElement |
| DtSpyXmlBlock * | myParent |
| DtSpyXmlBlockElements::DtSpyXmlBlockElements | ( | DtString | xmlTag, |
| bool | isAttribute, | ||
| DtSpyXmlBlock * | parent | ||
| ) |
| DtSpyXmlBlockElements::~DtSpyXmlBlockElements | ( | ) | [virtual] |
References myParent, and DtSpyXmlBlock::removeSubElement().
| DtSpyXmlBlockElements::DtSpyXmlBlockElements | ( | const DtSpyXmlBlockElements & | orig | ) | [protected] |
| bool DtSpyXmlBlockElements::isAttribute | ( | ) | const [inline] |
| DtSpyXmlBlockElements& DtSpyXmlBlockElements::operator= | ( | const DtSpyXmlBlockElements & | orig | ) | [protected] |
| virtual void DtSpyXmlBlockElements::syncElementToValue | ( | ) | [protected, pure virtual] |
Implemented in DtSpyXmlBlockElement< ValueType, isXmlAttribute >, DtSpyXmlBlockElement< DtString, true >, DtSpyXmlBlockElement< unsigned long >, DtSpyXmlBlockElement< DtString >, DtSpyXmlBlockElement< bool, true >, DtSpyXmlBlockElement< DtString, false >, DtSpyXmlBlockElement< unsigned int >, DtSpyXmlBlockElement< int, false >, DtSpyXmlBlockElement< unsigned int, true >, DtSpyXmlBlockElement< int, true >, DtSpyXmlBlockElement< NumericType, true >, DtSpyXmlBlockElement< unsigned int, false >, DtSpyXmlBlockElement< bool >, DtSpyXmlBlockElement< double, true >, DtSpyXmlBlockElement< unsigned long, false >, and DtSpyXmlBlockElement< unsigned long, true >.
| DtString DtSpyXmlBlockElements::toString | ( | ) | const |
References myXmlElement.
| DtString DtSpyXmlBlockElements::type | ( | ) | const |
References myXmlElement.
| DtEnvValueSP DtSpyXmlBlockElements::xmlNode | ( | ) | const [inline] |
Referenced by DtSpyXmlBlock::removeSubElement().
bool DtSpyXmlBlockElements::myIsXmlAttribute [protected] |
Referenced by DtSpyXmlBlockElements().
DtSpyXmlBlock* DtSpyXmlBlockElements::myParent [protected] |
Referenced by DtSpyXmlBlockElements(), and ~DtSpyXmlBlockElements().
DtEnvValueSP DtSpyXmlBlockElements::myXmlElement [protected] |