sella::variant::String Class Reference

Inheritance diagram for sella::variant::String:
sella::variant::Nullable

List of all members.

Public Member Functions

 String (const std::string &value) throw ()
 String (const String &other) throw ()
bool operator== (const String &other) const throw ()
bool operator!= (const String &other) const throw ()
bool operator> (const String &other) const throw ()
bool operator< (const String &other) const throw ()
Stringoperator= (const String &other) throw ()
Stringoperator+= (const std::string &value) throw ()
const std::string * getString () const throw (UnsupportedOperatorException)
size_t size () const throw ()
bool empty () const throw ()
virtual void shrink_to_fit () throw ()
virtual const std::string & str () const throw ()

Static Public Attributes

static const int Type = 0x06

Detailed Description

Definition at line 26 of file String.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1