sella::variant::Binary Class Reference

Inheritance diagram for sella::variant::Binary:
sella::variant::Nullable

List of all members.

Public Member Functions

 Binary (const std::string &value) throw (TypeCastException)
 Binary (const std::vector< uint8_t > &value) throw ()
 Binary (const Binary &other) throw ()
bool operator== (const Binary &other) const throw ()
bool operator!= (const Binary &other) const throw ()
Binaryoperator= (const Binary &other) throw ()
const std::vector< uint8_t > * getBinary () const throw (UnsupportedOperatorException)
size_t size () const throw ()
bool empty () const throw ()
virtual const std::string & str () const throw ()

Static Public Attributes

static const boost::regex Pattern
static const int Type = 0x08

Detailed Description

Definition at line 26 of file Binary.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