RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
Json::Value Member List
This is the complete list of members for Json::Value, including all inherited members.
append(const Value &value)Json::Value
ArrayIndex typedef (defined in Json::Value)Json::Value
asBool() const (defined in Json::Value)Json::Value
asCString() const (defined in Json::Value)Json::Value
asDouble() const (defined in Json::Value)Json::Value
asInt() const (defined in Json::Value)Json::Value
asString() const (defined in Json::Value)Json::Value
asUInt() const (defined in Json::Value)Json::Value
atIndex(UInt index)Json::Value
atIndex(UInt index) const Json::Value
atStr(const char *key)Json::Value
atStr(const char *key) const Json::Value
atStr(const std::string &key)Json::Value
atStr(const std::string &key) const Json::Value
atStr(const StaticString &key)Json::Value
begin() const (defined in Json::Value)Json::Value
begin() (defined in Json::Value)Json::Value
clear()Json::Value
compare(const Value &other) (defined in Json::Value)Json::Value
const_iterator typedef (defined in Json::Value)Json::Value
empty() const Json::Value
end() const (defined in Json::Value)Json::Value
end() (defined in Json::Value)Json::Value
get(UInt index, const Value &defaultValue) const Json::Value
get(const char *key, const Value &defaultValue) const Json::Value
get(const std::string &key, const Value &defaultValue) const Json::Value
getComment(CommentPlacement placement) const Json::Value
getMemberNames() const Json::Value
hasComment(CommentPlacement placement) const (defined in Json::Value)Json::Value
Int typedef (defined in Json::Value)Json::Value
isArray() const (defined in Json::Value)Json::Value
isBool() const (defined in Json::Value)Json::Value
isConvertibleTo(ValueType other) const (defined in Json::Value)Json::Value
isDouble() const (defined in Json::Value)Json::Value
isInt() const (defined in Json::Value)Json::Value
isIntegral() const (defined in Json::Value)Json::Value
isMember(const char *key) const Json::Value
isMember(const std::string &key) const Json::Value
isNull() const (defined in Json::Value)Json::Value
isNumeric() const (defined in Json::Value)Json::Value
isObject() const (defined in Json::Value)Json::Value
isString() const (defined in Json::Value)Json::Value
isUInt() const (defined in Json::Value)Json::Value
isValidIndex(UInt index) const Json::Value
iterator typedef (defined in Json::Value)Json::Value
maxInt (defined in Json::Value)Json::Value [static]
maxUInt (defined in Json::Value)Json::Value [static]
Members typedef (defined in Json::Value)Json::Value
minInt (defined in Json::Value)Json::Value [static]
null (defined in Json::Value)Json::Value [static]
ObjectValues typedef (defined in Json::Value)Json::Value
operator!() const Json::Value
operator!=(const Value &other) const (defined in Json::Value)Json::Value
operator<(const Value &other) const (defined in Json::Value)Json::Value
operator<=(const Value &other) const (defined in Json::Value)Json::Value
operator=(const Value &other) (defined in Json::Value)Json::Value
operator=(Value &&other) (defined in Json::Value)Json::Value
operator==(const Value &other) const (defined in Json::Value)Json::Value
operator>(const Value &other) const (defined in Json::Value)Json::Value
operator>=(const Value &other) const (defined in Json::Value)Json::Value
operator[](const T &index)Json::Value [inline]
operator[](const T &index) const (defined in Json::Value)Json::Value [inline]
removeMember(const char *key)Json::Value
removeMember(const std::string &key)Json::Value
resize(UInt size)Json::Value
setComment(const char *comment, CommentPlacement placement)Json::Value
setComment(const std::string &comment, CommentPlacement placement)Json::Value
setIntegral(T t, typename boost::enable_if< typename boost::is_unsigned< T >::type >::type *=0) (defined in Json::Value)Json::Value [inline]
setIntegral(T t, typename boost::enable_if< typename boost::is_signed< T >::type >::type *=0) (defined in Json::Value)Json::Value [inline]
size() const Json::Value
swap(Value &other)Json::Value
toString() const (defined in Json::Value)Json::Value
toStyledString() const (defined in Json::Value)Json::Value
type() const (defined in Json::Value)Json::Value
UInt typedef (defined in Json::Value)Json::Value
Value(ValueType type=nullValue)Json::Value
Value(const T &t, typename boost::enable_if< typename boost::is_integral< T >::type >::type *=0) (defined in Json::Value)Json::Value [inline]
Value(double value) (defined in Json::Value)Json::Value
Value(const char *value) (defined in Json::Value)Json::Value
Value(const char *beginValue, const char *endValue) (defined in Json::Value)Json::Value
Value(const StaticString &value)Json::Value
Value(const std::string &value) (defined in Json::Value)Json::Value
Value(const Datacratic::Utf8String &value) (defined in Json::Value)Json::Value
Value(bool value) (defined in Json::Value)Json::Value
Value(const Value &other) (defined in Json::Value)Json::Value
Value(Value &&other) (defined in Json::Value)Json::Value
ValueIteratorBase (defined in Json::Value)Json::Value [friend]
~Value() (defined in Json::Value)Json::Value
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator