|
|
| Variant (const std::shared_ptr< Nullable > &value) throw (TypeCastException) |
| |
|
| Variant (std::shared_ptr< Nullable > &&value) throw (TypeCastException) |
| |
|
| Variant (const char *value, int type=TypeAuto) throw (TypeCastException) |
| |
|
| Variant (const std::string &value, int type=TypeString) throw (TypeCastException) |
| |
|
| Variant (uint32_t size, uint8_t *buffer) throw (TypeCastException) |
| |
|
| Variant (std::string &&value, int type=TypeString) throw (TypeCastException) |
| |
|
| Variant (const sella::util::UUID &value) throw () |
| |
|
| Variant (sella::util::UUID &&value) throw () |
| |
|
| Variant (uuid_t &value) throw () |
| |
|
| Variant (void *ptr) throw () |
| |
|
| Variant (const sella::net::IPAddress &value) throw () |
| |
|
| Variant (sella::net::IPAddress &&value) throw () |
| |
|
| Variant (const sella::net::IPPrefix &value) throw () |
| |
|
| Variant (sella::net::IPPrefix &&value) throw () |
| |
|
| Variant (bool value) throw () |
| |
|
| Variant (uint8_t value) throw () |
| |
|
| Variant (uint16_t value) throw () |
| |
|
| Variant (unsigned int value) throw () |
| |
|
| Variant (uint64_t value) throw () |
| |
|
| Variant (int8_t value) throw () |
| |
|
| Variant (int16_t value) throw () |
| |
|
| Variant (int value) throw () |
| |
|
| Variant (int64_t value) throw () |
| |
|
| Variant (float value) throw () |
| |
|
| Variant (double value) throw () |
| |
|
| Variant (const std::vector< std::string > &token) throw (TypeCastException) |
| |
|
| Variant (unsigned long value) throw () |
| |
|
| Variant (long value) throw () |
| |
|
| Variant (const Variant &other) throw () |
| |
|
| Variant (Variant &&other) throw () |
| |
|
iterator | begin () throw () |
| |
|
iterator | end () throw () |
| |
|
int | getType () const throw () |
| |
|
void | setType (int type) throw (TypeCastException) |
| |
|
const char * | getTypeName (int type=-1) const throw () |
| |
|
Variant & | parse (const std::string &value, int type=TypeAuto) throw (TypeCastException) |
| |
|
void | zero () throw () |
| |
|
void | clear () throw () |
| |
|
size_t | size () const throw () |
| |
|
bool | empty () const throw () |
| |
|
bool | isScalar () const throw () |
| |
|
bool | isNumeric () const throw () |
| |
|
bool | isTemporal () const throw () |
| |
|
bool | isNetwork () const throw () |
| |
|
bool | isNull () const throw () |
| |
|
bool | isBoolean () const throw () |
| |
|
bool | isSigned () const throw () |
| |
|
bool | isUnsigned () const throw () |
| |
|
bool | isDouble () const throw () |
| |
|
bool | isString () const throw () |
| |
|
bool | isUUID () const throw () |
| |
|
bool | isBinary () const throw () |
| |
|
bool | isPointer () const throw () |
| |
|
bool | isIPAddress () const throw () |
| |
|
bool | isIPPrefix () const throw () |
| |
|
bool | isInterval () const throw () |
| |
|
bool | isTime () const throw () |
| |
|
bool | isDate () const throw () |
| |
|
bool | isTimeStamp () const throw () |
| |
|
bool | isVector () const throw () |
| |
|
bool | isObject () const throw () |
| |
|
template<class T > |
| bool | contains (const T &value) const throw (UnsupportedOperatorException) |
| |
|
bool | erase (const Variant &value) throw () |
| |
|
bool | erase (const std::string &value) throw () |
| |
|
bool | erase (unsigned int index) throw () |
| |
|
void | shrink_to_fit () throw () |
| |
|
void | sort (void) throw (UnsupportedOperatorException) |
| |
|
void | unique (void) throw (UnsupportedOperatorException) |
| |
|
const std::vector< Variant > & | asVector (void) const throw (TypeCastException) |
| |
|
std::vector< Variant > & | asVector (void) throw (TypeCastException) |
| |
const std::map< std::string,
Variant > & | asMap (void) const throw (TypeCastException) |
| |
|
std::map< std::string, Variant > & | asMap (void) throw (TypeCastException) |
| |
|
template<class T > |
| void | push_back (const T &value) throw (UnsupportedOperatorException) |
| |
|
void | push_back (Variant &&value) throw (UnsupportedOperatorException) |
| |
|
template<class T > |
| const T & | get () const throw () |
| |
|
template<class T > |
| T & | get () throw () |
| |
|
const std::shared_ptr< Nullable > & | get () const throw () |
| |
|
template<class T > |
| T | cast () const throw (TypeCastException) |
| |
|
template<class T > |
| T | cast () throw (TypeCastException) |
| |
|
const std::string & | str (int type=JSON) const throw () |
| |
|
const char * | c_str (int type=JSON) const throw () |
| |
|
Variant & | unjson (const std::string &json) throw (TypeCastException) |
| |
|
Variant & | unmsgpack (const std::string &msgpack) throw (TypeCastException) |
| |
|
const std::string & | json (void) const throw () |
| |
|
const char * | c_json (void) const throw () |
| |
|
const std::string & | cjson (void) const throw () |
| |
|
const char * | c_cjson (void) const throw () |
| |
|
const std::string & | msgpack (void) const throw () |
| |
|
const char * | c_msgpack (void) const throw () |
| |
|
const std::string & | xml (void) const throw () |
| |
|
const char * | c_xml (void) const throw () |
| |
|
const std::string & | csv (void) const throw () |
| |
|
const char * | c_csv (void) const throw () |
| |
|
size_t | msgpack (std::string &buffer, uint32_t size=0) const throw (TypeCastException) |
| |
|
size_t | msgpack (uint8_t *buffer, uint32_t size) const throw (TypeCastException) |
| |
|
Variant & | unmsgpack (uint8_t *buffer, uint32_t size) throw (TypeCastException) |
| |
|
size_t | msgpackBufferSize (void) const throw () |
| |
|
void | swap (Variant &other) |
| |
|
Variant & | operator= (const Variant &other) throw () |
| |
|
Variant & | operator= (Variant &&other) throw () |
| |
|
Variant & | operator= (const std::shared_ptr< Nullable > &value) throw () |
| |
|
Variant & | operator= (std::shared_ptr< Nullable > &&value) throw () |
| |
|
Variant & | operator= (const std::string &value) throw () |
| |
|
Variant & | operator= (std::string &&value) throw () |
| |
|
Variant & | operator= (const char *value) throw () |
| |
|
Variant & | operator= (const sella::util::UUID &value) throw () |
| |
|
Variant & | operator= (sella::util::UUID &&value) throw () |
| |
|
Variant & | operator= (uuid_t &value) throw () |
| |
|
Variant & | operator= (void *ptr) throw () |
| |
|
Variant & | operator= (const sella::net::IPAddress &value) throw () |
| |
|
Variant & | operator= (sella::net::IPAddress &&value) throw () |
| |
|
Variant & | operator= (const sella::net::IPPrefix &value) throw () |
| |
|
Variant & | operator= (sella::net::IPPrefix &&value) throw () |
| |
|
Variant & | operator= (bool value) throw () |
| |
|
Variant & | operator= (uint8_t value) throw () |
| |
|
Variant & | operator= (uint16_t value) throw () |
| |
|
Variant & | operator= (unsigned int value) throw () |
| |
|
Variant & | operator= (uint64_t value) throw () |
| |
|
Variant & | operator= (int8_t value) throw () |
| |
|
Variant & | operator= (int16_t value) throw () |
| |
|
Variant & | operator= (int value) throw () |
| |
|
Variant & | operator= (int64_t value) throw () |
| |
|
Variant & | operator= (float value) throw () |
| |
|
Variant & | operator= (double value) throw () |
| |
|
Variant & | operator= (unsigned long value) throw () |
| |
|
Variant & | operator= (long value) throw () |
| |
|
bool | operator! () throw (UnsupportedOperatorException) |
| |
|
Variant & | operator++ () throw (UnsupportedOperatorException) |
| |
|
Variant | operator++ (int) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-- () throw (UnsupportedOperatorException) |
| |
|
Variant | operator-- (int) throw (UnsupportedOperatorException) |
| |
|
const Variant & | operator[] (const char *key) const throw (UnsupportedOperatorException, RangeException) |
| |
|
const Variant & | operator[] (const std::string &key) const throw (UnsupportedOperatorException, RangeException) |
| |
|
Variant & | operator[] (const char *key) throw () |
| |
|
Variant & | operator[] (const std::string &key) throw () |
| |
|
Variant & | operator[] (std::string &&key) throw () |
| |
|
const Variant & | operator[] (int index) const throw (UnsupportedOperatorException, RangeException) |
| |
|
const Variant & | operator[] (size_t index) const throw (UnsupportedOperatorException, RangeException) |
| |
|
Variant & | operator[] (int index) throw () |
| |
|
Variant & | operator[] (size_t index) throw () |
| |
|
| operator const char * () const throw (TypeCastException) |
| |
|
| operator const std::string & () const throw (TypeCastException) |
| |
|
| operator const sella::util::UUID & () const throw (TypeCastException) |
| |
|
| operator const sella::net::IPAddress & () const throw (TypeCastException) |
| |
|
| operator const sella::net::IPPrefix & () const throw (TypeCastException) |
| |
|
| operator bool () const throw (TypeCastException) |
| |
|
| operator uint8_t () const throw (TypeCastException) |
| |
|
| operator uint16_t () const throw (TypeCastException) |
| |
|
| operator uint32_t () const throw (TypeCastException) |
| |
|
| operator uint64_t () const throw (TypeCastException) |
| |
|
| operator int8_t () const throw (TypeCastException) |
| |
|
| operator int16_t () const throw (TypeCastException) |
| |
|
| operator int32_t () const throw (TypeCastException) |
| |
|
| operator int64_t () const throw (TypeCastException) |
| |
|
| operator float () const throw (TypeCastException) |
| |
|
| operator double () const throw (TypeCastException) |
| |
|
| operator unsigned long () const throw (TypeCastException) |
| |
|
| operator long () const throw (TypeCastException) |
| |
|
| operator void * () const throw (TypeCastException) |
| |
|
template<> |
| const char * | cast () const throw (TypeCastException) |
| |
|
template<> |
| sella::net::IPPrefix | cast () throw (TypeCastException) |
| |
|
template<> |
| bool | cast () const throw (TypeCastException) |
| |
|
template<> |
| bool | cast () throw (TypeCastException) |
| |
|
template<> |
| uint64_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| uint64_t | cast () throw (TypeCastException) |
| |
|
template<> |
| uint32_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| uint32_t | cast () throw (TypeCastException) |
| |
|
template<> |
| uint16_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| uint16_t | cast () throw (TypeCastException) |
| |
|
template<> |
| uint8_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| uint8_t | cast () throw (TypeCastException) |
| |
|
template<> |
| int64_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| int64_t | cast () throw (TypeCastException) |
| |
|
template<> |
| int32_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| int32_t | cast () throw (TypeCastException) |
| |
|
template<> |
| int16_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| int16_t | cast () throw (TypeCastException) |
| |
|
template<> |
| int8_t | cast () const throw (TypeCastException) |
| |
|
template<> |
| int8_t | cast () throw (TypeCastException) |
| |
|
template<> |
| double | cast () const throw (TypeCastException) |
| |
|
template<> |
| double | cast () throw (TypeCastException) |
| |
|
template<> |
| float | cast () const throw (TypeCastException) |
| |
|
template<> |
| float | cast () throw (TypeCastException) |
| |
|
template<> |
| unsigned long | cast () const throw (TypeCastException) |
| |
|
template<> |
| unsigned long | cast () throw (TypeCastException) |
| |
|
template<> |
| long | cast () const throw (TypeCastException) |
| |
|
template<> |
| long | cast () throw (TypeCastException) |
| |
|
|
class | Vector |
| |
|
class | Object |
| |
|
bool | operator== (const Variant &a, const Variant &b) throw () |
| |
|
bool | operator!= (const Variant &a, const Variant &b) throw () |
| |
|
bool | operator> (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, int b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, unsigned int b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, Variant &&b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator+= (Variant &a, std::string &&b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, int b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, unsigned int b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator-= (Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator*= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator/= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator^= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator%= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator&= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator|= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator<<= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant & | operator>>= (Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator== (const Variant &a, const char *b) throw (TypeCastException) |
| |
|
bool | operator== (const char *a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, const std::string &b) throw (TypeCastException) |
| |
|
bool | operator== (const std::string &a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, bool b) throw (TypeCastException) |
| |
|
bool | operator== (bool a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (uint8_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, uint8_t b) throw (TypeCastException) |
| |
|
bool | operator== (uint16_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, uint16_t b) throw (TypeCastException) |
| |
|
bool | operator== (uint32_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, uint32_t b) throw (TypeCastException) |
| |
|
bool | operator== (uint64_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, uint64_t b) throw (TypeCastException) |
| |
|
bool | operator== (int16_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, int16_t b) throw (TypeCastException) |
| |
|
bool | operator== (int32_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, int32_t b) throw (TypeCastException) |
| |
|
bool | operator== (int64_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, int64_t b) throw (TypeCastException) |
| |
|
bool | operator== (float a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, float b) throw (TypeCastException) |
| |
|
bool | operator== (double a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, double b) throw (TypeCastException) |
| |
|
bool | operator== (unsigned long a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, unsigned long b) throw (TypeCastException) |
| |
|
bool | operator== (long a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator== (const Variant &a, long b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, const char *b) throw (TypeCastException) |
| |
|
bool | operator!= (const char *a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, const std::string &b) throw (TypeCastException) |
| |
|
bool | operator!= (const std::string &a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, bool b) throw (TypeCastException) |
| |
|
bool | operator!= (bool a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (uint8_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, uint8_t b) throw (TypeCastException) |
| |
|
bool | operator!= (uint16_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, uint16_t b) throw (TypeCastException) |
| |
|
bool | operator!= (uint32_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, uint32_t b) throw (TypeCastException) |
| |
|
bool | operator!= (uint64_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, uint64_t b) throw (TypeCastException) |
| |
|
bool | operator!= (int16_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, int16_t b) throw (TypeCastException) |
| |
|
bool | operator!= (int32_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, int32_t b) throw (TypeCastException) |
| |
|
bool | operator!= (int64_t a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, int64_t b) throw (TypeCastException) |
| |
|
bool | operator!= (float a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, float b) throw (TypeCastException) |
| |
|
bool | operator!= (double a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, double b) throw (TypeCastException) |
| |
|
bool | operator!= (unsigned long a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, unsigned long b) throw (TypeCastException) |
| |
|
bool | operator!= (long a, const Variant &b) throw (TypeCastException) |
| |
|
bool | operator!= (const Variant &a, long b) throw (TypeCastException) |
| |
|
bool | operator> (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator> (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator< (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator>= (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
bool | operator<= (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator+ (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator- (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator* (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (float a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, float b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (double a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, double b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator/ (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator^ (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator% (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator& (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator| (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator>> (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, const char *b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const char *a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, const std::string &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const std::string &a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, bool b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (bool a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (uint8_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, uint8_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (uint16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, uint16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (uint32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, uint32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (uint64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, uint64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (int16_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, int16_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (int32_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, int32_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (int64_t a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, int64_t b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (unsigned long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, unsigned long b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (long a, const Variant &b) throw (UnsupportedOperatorException) |
| |
|
Variant | operator<< (const Variant &a, long b) throw (UnsupportedOperatorException) |
| |
|
std::istream & | operator>> (std::istream &is, Variant &value) throw (TypeCastException) |
| |
|
std::ostream & | operator<< (std::ostream &os, const Variant &value) throw (TypeCastException) |
| |