Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
JSONValue Member List

This is the complete list of members for JSONValue, including all inherited members.

array_value (defined in JSONValue)JSONValue
AsArray() const (defined in JSONValue)JSONValue
AsBool() const (defined in JSONValue)JSONValue
AsNumber() const (defined in JSONValue)JSONValue
AsObject() const (defined in JSONValue)JSONValue
AsString() const (defined in JSONValue)JSONValue
bool_value (defined in JSONValue)JSONValue
Child(std::size_t index) (defined in JSONValue)JSONValue
Child(const wchar_t *name) (defined in JSONValue)JSONValue
CountChildren() const (defined in JSONValue)JSONValue
HasChild(std::size_t index) const (defined in JSONValue)JSONValue
HasChild(const wchar_t *name) const (defined in JSONValue)JSONValue
IsArray() const (defined in JSONValue)JSONValue
IsBool() const (defined in JSONValue)JSONValue
IsNull() const (defined in JSONValue)JSONValue
IsNumber() const (defined in JSONValue)JSONValue
IsObject() const (defined in JSONValue)JSONValue
IsString() const (defined in JSONValue)JSONValue
JSON (defined in JSONValue)JSONValuefriend
JSONValue() (defined in JSONValue)JSONValue
JSONValue(const wchar_t *m_char_value) (defined in JSONValue)JSONValue
JSONValue(const std::wstring &m_string_value) (defined in JSONValue)JSONValue
JSONValue(bool m_bool_value) (defined in JSONValue)JSONValue
JSONValue(double m_number_value) (defined in JSONValue)JSONValue
JSONValue(int m_integer_value) (defined in JSONValue)JSONValue
JSONValue(const JSONArray &m_array_value) (defined in JSONValue)JSONValue
JSONValue(const JSONObject &m_object_value) (defined in JSONValue)JSONValue
JSONValue(const JSONValue &m_source) (defined in JSONValue)JSONValue
number_value (defined in JSONValue)JSONValue
object_value (defined in JSONValue)JSONValue
ObjectKeys() const (defined in JSONValue)JSONValue
Parse(const wchar_t **data) (defined in JSONValue)JSONValueprotectedstatic
string_value (defined in JSONValue)JSONValue
Stringify(bool const prettyprint=false) const (defined in JSONValue)JSONValue
~JSONValue() (defined in JSONValue)JSONValue