JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
JSON::ObjectElement Struct Reference
Inheritance diagram for JSON::ObjectElement:
JSON::Detail::Base< json_object_element_s >

Public Member Functions

String name () const
 
Value value () const
 
ObjectElement next () const
 
- Public Member Functions inherited from JSON::Detail::Base< json_object_element_s >
 Base (json_object_element_s *o)
 
 Base (const Base &o)
 
Baseoperator= (const Base &o)=default
 
 operator json_object_element_s * () const
 
json_object_element_sjsonValue () const
 

Additional Inherited Members

- Protected Attributes inherited from JSON::Detail::Base< json_object_element_s >
json_object_element_sobject_
 

Detailed Description

Definition at line 186 of file jsoncxx.h.

Member Function Documentation

◆ name()

String JSON::ObjectElement::name ( ) const

Definition at line 190 of file jsoncxx.h.

◆ next()

ObjectElement JSON::ObjectElement::next ( ) const

Definition at line 193 of file jsoncxx.h.

◆ value()

Value JSON::ObjectElement::value ( ) const

Definition at line 191 of file jsoncxx.h.


The documentation for this struct was generated from the following file: