![]() |
KSquare Utilities
|
#include <XmlStream.h>
Inheritance diagram for KKB::XmlElementTemplate< T >:Public Member Functions | |
| XmlElementTemplate (XmlTagPtr tag, XmlStream &s, VolConstBool &cancelFlag, RunLog &log) | |
| ~XmlElementTemplate () | |
| T * | TakeOwnership () |
| T *const | Value () const |
Public Member Functions inherited from KKB::XmlElement | |
| XmlElement (const KKStr §ionName, XmlTag::TagTypes tagType) | |
| XmlElement (XmlTagPtr _nameTag, XmlStream &s, RunLog &log) | |
| virtual | ~XmlElement () |
| KKStrConstPtr | AttributeValue (const char *attributeName) |
| KKStrConstPtr | AttributeValue (const KKStr &attributeName) |
| XmlTagConstPtr | NameTag () const |
| KKStr | NameTagStr () const |
| virtual const KKStr & | SectionName () const |
| virtual bool | ToBool () const |
| virtual double | ToDouble () const |
| virtual float | ToFloat () const |
| virtual kkint32 | ToInt32 () const |
| virtual TokenTypes | TokenType () |
| virtual KKStr | ToKKStr () const |
| virtual const KKStr & | VarName () const |
Public Member Functions inherited from KKB::XmlToken | |
| XmlToken () | |
| virtual | ~XmlToken () |
Static Public Member Functions | |
| static void | WriteXML (const T &t, const KKStr &varName, std::ostream &o) |
Additional Inherited Members | |
Public Types inherited from KKB::XmlElement | |
| typedef XmlElement * | XmlElementPtr |
Public Types inherited from KKB::XmlToken | |
| enum | TokenTypes { TokenTypes::tokNULL, TokenTypes::tokElement, TokenTypes::tokContent } |
| typedef XmlToken * | XmlTokenPtr |
Definition at line 419 of file XmlStream.h.
|
inline |
Definition at line 422 of file XmlStream.h.
|
inline |
Definition at line 435 of file XmlStream.h.
|
inline |
Definition at line 443 of file XmlStream.h.
|
inline |
Definition at line 441 of file XmlStream.h.
|
inlinestatic |
Definition at line 451 of file XmlStream.h.