Searched defs:TypeInt (Results 1 - 1 of 1) sorted by relevance

/external/xmlrpcpp/src/
H A DXmlRpcValue.h29 TypeInt, enumerator in enum:XmlRpc::XmlRpcValue::Type
48 XmlRpcValue(int value) : _type(TypeInt) { _value.asInt = value; }
89 operator int&() { assertTypeOrInvalid(TypeInt); return _value.asInt; }

Completed in 32 milliseconds