ReactOS 0.4.16-dev-197-g92996da
|
type converter for numeric data More...
#include <xmlstorage.h>
Public Member Functions | |
XMLDouble (double value) | |
XMLDouble (LPCXSSTR value, double def=0.) | |
XMLDouble (const XMLNode *node, const XS_String &attr_name, double def=0.) | |
operator double () const | |
operator XS_String () const | |
Protected Attributes | |
double | _value |
Private Member Functions | |
void | operator= (const XMLDouble &) |
type converter for numeric data
Definition at line 2089 of file xmlstorage.h.
|
inline |
Definition at line 2091 of file xmlstorage.h.
Definition at line 2096 of file xmlstorage.h.
|
inline |
Definition at line 2117 of file xmlstorage.h.
|
inline |
Definition at line 2122 of file xmlstorage.h.
|
protected |
Definition at line 2130 of file xmlstorage.h.
Referenced by operator double(), operator XS_String(), and XMLDouble().