ReactOS 0.4.15-dev-7076-gc00d41d
|
type converter for integer data More...
#include <xmlstorage.h>
Public Member Functions | |
XMLInt (int value) | |
XMLInt (LPCXSSTR value, int def=0) | |
XMLInt (const XMLNode *node, const XS_String &attr_name, int def=0) | |
operator int () const | |
operator XS_String () const | |
Protected Attributes | |
int | _value |
Private Member Functions | |
void | operator= (const XMLInt &) |
type converter for integer data
Definition at line 2010 of file xmlstorage.h.
|
inline |
Definition at line 2012 of file xmlstorage.h.
Definition at line 2017 of file xmlstorage.h.
|
inline |
Definition at line 2035 of file xmlstorage.h.
|
inline |
Definition at line 2040 of file xmlstorage.h.
|
protected |
Definition at line 2048 of file xmlstorage.h.
Referenced by operator int(), operator XS_String(), and XMLInt().