ReactOS 0.4.16-dev-835-gd769f56
|
type converter for boolean data More...
#include <xmlstorage.h>
Public Member Functions | |
XMLBool (bool value=false) | |
XMLBool (LPCXSSTR value, bool def=false) | |
XMLBool (const XMLNode *node, const XS_String &attr_name, bool def=false) | |
operator bool () const | |
bool | operator! () const |
operator LPCXSSTR () const | |
Protected Attributes | |
bool | _value |
Private Member Functions | |
void | operator= (const XMLBool &) |
type converter for boolean data
Definition at line 1920 of file xmlstorage.h.
Definition at line 1922 of file xmlstorage.h.
Definition at line 1927 of file xmlstorage.h.
|
inline |
Definition at line 1945 of file xmlstorage.h.
|
inline |
Definition at line 1955 of file xmlstorage.h.
|
inline |
Definition at line 1950 of file xmlstorage.h.
|
protected |
Definition at line 1961 of file xmlstorage.h.
Referenced by operator bool(), operator LPCXSSTR(), operator!(), and XMLBool().