![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtPubSubInteractionsXmlBlock:
Collaboration diagram for DtPubSubInteractionsXmlBlock:Public Member Functions | |
| DtPubSubInteractionsXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtPubSubInteractionsXmlBlock (const DtString &subAttrSet, const DtString &pubAttrSet, DtEnvValueSP root) | |
| virtual | ~DtPubSubInteractionsXmlBlock () |
| virtual void | setSubs (const DtString &subs) |
| DtString | subs () const |
| virtual void | setPubs (const DtString &pubs) |
| DtString | pubs () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< DtString, true > | mySubscriptions |
| DtSpyXmlBlockElement< DtString, true > | myPublications |
| DtPubSubInteractionsXmlBlock::DtPubSubInteractionsXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
Referenced by create().
| DtPubSubInteractionsXmlBlock::DtPubSubInteractionsXmlBlock | ( | const DtString & | subAttrSet, |
| const DtString & | pubAttrSet, | ||
| DtEnvValueSP | root | ||
| ) |
| DtSpyXmlBlockSP DtPubSubInteractionsXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtPubSubInteractionsXmlBlock().
| DtString DtPubSubInteractionsXmlBlock::pubs | ( | ) | const [inline] |
References myPublications.
Referenced by setPubs().
| void DtPubSubInteractionsXmlBlock::setPubs | ( | const DtString & | pubs | ) | [virtual] |
References myPublications, and pubs().
| void DtPubSubInteractionsXmlBlock::setSubs | ( | const DtString & | subs | ) | [virtual] |
References mySubscriptions, and subs().
| DtString DtPubSubInteractionsXmlBlock::subs | ( | ) | const [inline] |
References mySubscriptions.
Referenced by setSubs().
DtSpyXmlBlockElement< DtString, true > DtPubSubInteractionsXmlBlock::myPublications [protected] |
DtSpyXmlBlockElement< DtString, true > DtPubSubInteractionsXmlBlock::mySubscriptions [protected] |