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 () |
| Binary & | operator= (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 |
Definition at line 26 of file Binary.h.
1.6.1