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::ArrayElement Struct Reference
Inheritance diagram for JSON::ArrayElement:
JSON::Detail::Base< json_array_element_s >

Public Member Functions

Value value () const
 
ArrayElement next () const
 
- Public Member Functions inherited from JSON::Detail::Base< json_array_element_s >
 Base (json_array_element_s *o)
 
 Base (const Base &o)
 
Baseoperator= (const Base &o)=default
 
 operator json_array_element_s * () const
 
json_array_element_sjsonValue () const
 

Additional Inherited Members

- Protected Attributes inherited from JSON::Detail::Base< json_array_element_s >
json_array_element_sobject_
 

Detailed Description

Definition at line 209 of file jsoncxx.h.

Member Function Documentation

◆ next()

ArrayElement JSON::ArrayElement::next ( ) const

Definition at line 215 of file jsoncxx.h.

◆ value()

Value JSON::ArrayElement::value ( ) const

Definition at line 213 of file jsoncxx.h.


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