ReactOS 0.4.15-dev-6055-g36cdd34
|
type converter for boolean data with write access More...
#include <xmlstorage.h>
Public Member Functions | |
XMLBoolRef (XMLNode *node, const XS_String &attr_name, bool def=false) | |
operator bool () const | |
bool | operator! () const |
XMLBoolRef & | operator= (bool value) |
void | assign (bool value) |
void | toggle () |
Protected Attributes | |
XS_String & | _ref |
type converter for boolean data with write access
Definition at line 1968 of file xmlstorage.h.
|
inline |
Definition at line 1970 of file xmlstorage.h.
Definition at line 1994 of file xmlstorage.h.
Referenced by operator=(), toggle(), and XMLBoolRef().
|
inline |
Definition at line 1977 of file xmlstorage.h.
|
inline |
Definition at line 1982 of file xmlstorage.h.
|
inline |
Definition at line 1987 of file xmlstorage.h.
|
inline |
Definition at line 1999 of file xmlstorage.h.
|
protected |
Definition at line 2005 of file xmlstorage.h.
Referenced by assign(), operator bool(), operator!(), and XMLBoolRef().