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 Types | Public Member Functions | List of all members
JSON::Array Struct Reference
Inheritance diagram for JSON::Array:
JSON::Detail::Base< json_array_s >

Public Types

using Iterator = Detail::Iterator< ArrayElement >
 

Public Member Functions

size_t size () const
 
Iterator begin () const
 
Iterator end () const
 
- Public Member Functions inherited from JSON::Detail::Base< json_array_s >
 Base (json_array_s *o)
 
 Base (const Base &o)
 
Baseoperator= (const Base &o)=default
 
 operator json_array_s * () const
 
json_array_sjsonValue () const
 

Additional Inherited Members

- Protected Attributes inherited from JSON::Detail::Base< json_array_s >
json_array_sobject_
 

Detailed Description

Definition at line 219 of file jsoncxx.h.

Member Typedef Documentation

◆ Iterator

Definition at line 222 of file jsoncxx.h.

Member Function Documentation

◆ begin()

Iterator JSON::Array::begin ( ) const

Definition at line 226 of file jsoncxx.h.

◆ end()

Iterator JSON::Array::end ( ) const

Definition at line 227 of file jsoncxx.h.

◆ size()

size_t JSON::Array::size ( ) const

Definition at line 224 of file jsoncxx.h.


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