sella::variant::Unsigned Class Reference

Inheritance diagram for sella::variant::Unsigned:
sella::variant::Nullable

List of all members.

Public Member Functions

 Unsigned (const std::string &value) throw (TypeCastException)
 Unsigned (uint64_t value) throw ()
 Unsigned (const Unsigned &other) throw ()
bool operator== (const Unsigned &other) const throw ()
bool operator!= (const Unsigned &other) const throw ()
bool operator> (const Unsigned &other) const throw ()
bool operator< (const Unsigned &other) const throw ()
bool operator! () throw ()
Unsignedoperator= (const Unsigned &other) throw ()
Unsignedoperator++ () throw ()
Unsignedoperator-- () throw ()
Unsignedoperator+= (uint64_t value) throw ()
Unsignedoperator-= (uint64_t value) throw ()
Unsignedoperator*= (uint64_t value) throw ()
Unsignedoperator/= (uint64_t value) throw ()
Unsignedoperator^= (uint64_t value) throw ()
Unsignedoperator%= (uint64_t value) throw ()
Unsignedoperator&= (uint64_t value) throw ()
Unsignedoperator|= (uint64_t value) throw ()
Unsignedoperator<<= (int bits) throw ()
Unsignedoperator>>= (int bits) throw ()
const uint64_t * getUnsigned () const throw (UnsupportedOperatorException)
virtual const std::string & str () const throw ()

Static Public Attributes

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

Detailed Description

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