pugixml
 All Classes Functions Variables
Public Member Functions | Friends | List of all members
pugi::xml_text Class Reference

Public Member Functions

 operator unspecified_bool_type () const
bool operator! () const
bool empty () const
const char_t * get () const
const char_t * as_string (const char_t *def=PUGIXML_TEXT("")) const
int as_int (int def=0) const
unsigned int as_uint (unsigned int def=0) const
double as_double (double def=0) const
float as_float (float def=0) const
bool as_bool (bool def=false) const
bool set (const char_t *rhs)
bool set (int rhs)
bool set (unsigned int rhs)
bool set (double rhs)
bool set (bool rhs)
xml_textoperator= (const char_t *rhs)
xml_textoperator= (int rhs)
xml_textoperator= (unsigned int rhs)
xml_textoperator= (double rhs)
xml_textoperator= (bool rhs)
xml_node data () const

Friends

class xml_node

The documentation for this class was generated from the following files: