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

Public Types

using Iterator = Detail::Iterator< ObjectElement >
 

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from JSON::Detail::Base< json_object_s >
json_object_sobject_
 

Detailed Description

Definition at line 197 of file jsoncxx.h.

Member Typedef Documentation

◆ Iterator

Definition at line 200 of file jsoncxx.h.

Member Function Documentation

◆ begin()

Iterator JSON::Object::begin ( ) const

Definition at line 204 of file jsoncxx.h.

◆ end()

Iterator JSON::Object::end ( ) const

Definition at line 205 of file jsoncxx.h.

◆ size()

size_t JSON::Object::size ( ) const

Definition at line 202 of file jsoncxx.h.


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