sella::variant::Signed Class Reference

Inheritance diagram for sella::variant::Signed:
sella::variant::Nullable

List of all members.

Public Member Functions

 Signed (const std::string &value) throw (TypeCastException)
 Signed (int64_t value) throw ()
 Signed (const Signed &other) throw ()
bool operator== (const Signed &other) const throw ()
bool operator!= (const Signed &other) const throw ()
bool operator> (const Signed &other) const throw ()
bool operator< (const Signed &other) const throw ()
bool operator! () throw ()
Signedoperator= (const Signed &other) throw ()
Signedoperator++ () throw ()
Signedoperator-- () throw ()
Signedoperator+= (int64_t value) throw ()
Signedoperator-= (int64_t value) throw ()
Signedoperator*= (int64_t value) throw ()
Signedoperator/= (int64_t value) throw ()
Signedoperator^= (int64_t value) throw ()
Signedoperator%= (int64_t value) throw ()
Signedoperator&= (int64_t value) throw ()
Signedoperator|= (int64_t value) throw ()
Signedoperator<<= (int bits) throw ()
Signedoperator>>= (int bits) throw ()
const int64_t * getSigned () const throw (UnsupportedOperatorException)
virtual const std::string & str () const throw ()

Static Public Attributes

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

Detailed Description

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