Atoms Crowd
7.0.0
AtomsUtils::JSONValue Member List
This is the complete list of members for
AtomsUtils::JSONValue
, including all inherited members.
array_value
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
AsArray
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
AsBool
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
AsNumber
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
AsObject
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
AsString
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
bool_value
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
Child
(std::size_t index) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
Child
(const wchar_t *name) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
CountChildren
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
HasChild
(std::size_t index) const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
HasChild
(const wchar_t *name) const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsArray
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsBool
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsNull
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsNumber
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsObject
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
IsString
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSON
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
friend
JSONValue
() (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(const wchar_t *m_char_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(const std::wstring &m_string_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(bool m_bool_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(double m_number_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(const JSONArray &m_array_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(const JSONObject &m_object_value) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
JSONValue
(const JSONValue &m_source) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
number_value
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
object_value
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
ObjectKeys
() const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
Parse
(const wchar_t **data) (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
protected
static
string_value
(defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
Stringify
(bool const prettyprint=false) const (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue
~JSONValue
() (defined in
AtomsUtils::JSONValue
)
AtomsUtils::JSONValue