![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtAttrOwnershipInfoXmlBlock:
Collaboration diagram for DtAttrOwnershipInfoXmlBlock:Public Member Functions | |
| DtAttrOwnershipInfoXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtAttrOwnershipInfoXmlBlock (const DtString &instanceName, unsigned long handle, unsigned long actualClassHandle, unsigned long knownClassHandle, const DtString &ownedAttrSet, DtEnvValueSP root) | |
| virtual | ~DtAttrOwnershipInfoXmlBlock () |
| unsigned long | handle () const |
| unsigned long | actual () const |
| unsigned long | known () const |
| virtual void | setAttrs (const DtString &attrs) |
| DtString | attrs () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< unsigned long, true > | myHandle |
| DtSpyXmlBlockElement< unsigned long, true > | myActualClassHandle |
| DtSpyXmlBlockElement< unsigned long, true > | myKnownHandle |
| DtSpyXmlBlockElement< DtString, true > | myAttrSet |
| DtAttrOwnershipInfoXmlBlock::DtAttrOwnershipInfoXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtAttrOwnershipInfoXmlBlock::DtAttrOwnershipInfoXmlBlock | ( | const DtString & | instanceName, |
| unsigned long | handle, | ||
| unsigned long | actualClassHandle, | ||
| unsigned long | knownClassHandle, | ||
| const DtString & | ownedAttrSet, | ||
| DtEnvValueSP | root | ||
| ) |
| unsigned long DtAttrOwnershipInfoXmlBlock::actual | ( | ) | const [inline] |
References myActualClassHandle.
| DtString DtAttrOwnershipInfoXmlBlock::attrs | ( | ) | const [inline] |
References myAttrSet.
Referenced by setAttrs().
| DtSpyXmlBlockSP DtAttrOwnershipInfoXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| unsigned long DtAttrOwnershipInfoXmlBlock::handle | ( | ) | const [inline] |
References myHandle.
| unsigned long DtAttrOwnershipInfoXmlBlock::known | ( | ) | const [inline] |
References myKnownHandle.
| void DtAttrOwnershipInfoXmlBlock::setAttrs | ( | const DtString & | attrs | ) | [virtual] |
DtSpyXmlBlockElement< unsigned long, true > DtAttrOwnershipInfoXmlBlock::myActualClassHandle [protected] |
Referenced by actual().
DtSpyXmlBlockElement< DtString, true > DtAttrOwnershipInfoXmlBlock::myAttrSet [protected] |
Referenced by attrs(), and setAttrs().
DtSpyXmlBlockElement< unsigned long, true > DtAttrOwnershipInfoXmlBlock::myHandle [protected] |
Referenced by handle().
DtSpyXmlBlockElement< unsigned long, true > DtAttrOwnershipInfoXmlBlock::myKnownHandle [protected] |
Referenced by known().