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 | Protected Attributes | List of all members
JSON::Detail::Base< JsonT > Struct Template Reference

Public Member Functions

 Base (JsonT *o)
 
 Base (const Base &o)
 
Baseoperator= (const Base &o)=default
 
 operator JsonT * () const
 
JsonT * jsonValue () const
 

Protected Attributes

JsonT * object_
 

Detailed Description

template<typename JsonT>
struct JSON::Detail::Base< JsonT >

Definition at line 59 of file jsoncxx.h.

Constructor & Destructor Documentation

◆ Base() [1/3]

template<typename JsonT >
JSON::Detail::Base< JsonT >::Base ( JsonT *  o)
explicit

Definition at line 61 of file jsoncxx.h.

◆ Base() [2/3]

template<typename JsonT >
JSON::Detail::Base< JsonT >::Base ( const Base< JsonT > &  o)
explicit

Definition at line 62 of file jsoncxx.h.

◆ Base() [3/3]

template<typename JsonT >
JSON::Detail::Base< JsonT >::Base ( )
protected

Definition at line 70 of file jsoncxx.h.

Member Function Documentation

◆ jsonValue()

template<typename JsonT >
JsonT * JSON::Detail::Base< JsonT >::jsonValue ( ) const

Definition at line 67 of file jsoncxx.h.

◆ operator JsonT *()

template<typename JsonT >
JSON::Detail::Base< JsonT >::operator JsonT * ( ) const

Definition at line 66 of file jsoncxx.h.

Member Data Documentation

◆ object_

template<typename JsonT >
JsonT* JSON::Detail::Base< JsonT >::object_
protected

Definition at line 72 of file jsoncxx.h.


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