![]() |
KSquare Utilities
|
The base class to be used for the manufacturing if "Model" derived classes. More...
#include <Model.h>
Inheritance diagram for KKMLL::XmlElementModel:Public Member Functions | |
| XmlElementModel (XmlTagPtr tag, XmlStream &s, RunLog &log) | |
| virtual | ~XmlElementModel () |
| ModelPtr | TakeOwnership () |
| ModelPtr | 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 () |
Protected Attributes | |
| ModelPtr | value |
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 |
The base class to be used for the manufacturing if "Model" derived classes.
Definition at line 455 of file Model.h.
References KKB::XmlElement::XmlElement().
|
inlinevirtual |
|
inline |
Definition at line 470 of file Model.h.
References value.
Referenced by KKMLL::TrainingProcess2::ReadXML().
|
inline |
|
protected |
Definition at line 478 of file Model.h.
Referenced by TakeOwnership(), Value(), and ~XmlElementModel().