![]() |
MAK RTIspy API Documentation for HLA 1516
|
Go to the source code of this file.
Classes | |
| class | DtSpyXmlBlockElements |
| class | DtSpyXmlBlockElement< ValueType, isXmlAttribute > |
Defines | |
| #define | DtDECLARE_SPY_XML_TAG(tagName) extern const char DT_DLL_WWW tagName[]; |
| #define | DtDEFINE_SPY_XML_TAG(tagName, tagString) const char tagName[] = tagString; |
Typedefs | |
| typedef DtBoost::shared_ptr < DtSpyXmlBlockElements > | DtSpyXmlBlockElementsSP |
| typedef DtBoost::weak_ptr < DtSpyXmlBlockElements > | DtSpyXmlBlockElementsWP |
| typedef std::set < DtSpyXmlBlockElements * > | DtSpyXmlBlockElementsSet |
Functions | |
| template<typename T > | |
| T | DtConvertStringToValueType (const DtString &stringRep) |
| template<> | |
| DtString | DtConvertStringToValueType< DtString > (const DtString &stringRep) |
| #define DtDECLARE_SPY_XML_TAG | ( | tagName | ) | extern const char DT_DLL_WWW tagName[]; |
| #define DtDEFINE_SPY_XML_TAG | ( | tagName, | |
| tagString | |||
| ) | const char tagName[] = tagString; |
| typedef std::set< DtSpyXmlBlockElements* > DtSpyXmlBlockElementsSet |
| typedef DtBoost::shared_ptr<DtSpyXmlBlockElements> DtSpyXmlBlockElementsSP |
| typedef DtBoost::weak_ptr<DtSpyXmlBlockElements> DtSpyXmlBlockElementsWP |
| T DtConvertStringToValueType | ( | const DtString & | stringRep | ) |
References convert().
| DtString DtConvertStringToValueType< DtString > | ( | const DtString & | stringRep | ) |