GME
13
|
#include <CoreXmlFile.h>
Public Member Functions | |
XmlAttrDict () | |
virtual valtype_type | getType () const |
virtual void | fromVariant (VARIANT p) |
virtual void | toVariant (VARIANT *p) const |
virtual void | fromString (const char *str, const wchar_t *strw) |
virtual void | toString (std::string &str) const |
Public Attributes | |
CComPtr < ICoreDictionaryAttributeValue > | m_value |
Definition at line 187 of file XmlBackEnd/CoreXmlFile.h.
Definition at line 297 of file XmlBackEnd/CoreXmlFile.cpp.
void XmlAttrDict::fromString | ( | const char * | str, |
const wchar_t * | strw | ||
) | [virtual] |
Reimplemented from XmlAttrBase.
Definition at line 319 of file XmlBackEnd/CoreXmlFile.cpp.
void XmlAttrDict::fromVariant | ( | VARIANT | p | ) | [virtual] |
Reimplemented from XmlAttrBase.
Definition at line 306 of file XmlBackEnd/CoreXmlFile.cpp.
virtual valtype_type XmlAttrDict::getType | ( | ) | const [inline, virtual] |
Implements XmlAttrBase.
Definition at line 192 of file XmlBackEnd/CoreXmlFile.h.
void XmlAttrDict::toString | ( | std::string & | str | ) | const [virtual] |
Reimplemented from XmlAttrBase.
Definition at line 324 of file XmlBackEnd/CoreXmlFile.cpp.
void XmlAttrDict::toVariant | ( | VARIANT * | p | ) | const [virtual] |
Reimplemented from XmlAttrBase.
Definition at line 313 of file XmlBackEnd/CoreXmlFile.cpp.
Definition at line 197 of file XmlBackEnd/CoreXmlFile.h.