JUCE
Public Member Functions | Public Attributes | List of all members
NamedValueSet::NamedValue Struct Reference

Public Member Functions

 NamedValue () noexcept
 
 NamedValue (const Identifier &n, const var &v)
 
 NamedValue (const NamedValue &other)
 
 NamedValue (NamedValue &&other) noexcept
 
 NamedValue (Identifier &&n, var &&v) noexcept
 
NamedValueoperator= (NamedValue &&other) noexcept
 
bool operator== (const NamedValue &other) const noexcept
 
bool operator!= (const NamedValue &other) const noexcept
 

Public Attributes

Identifier name
 
var value
 

Constructor & Destructor Documentation

§ NamedValue() [1/5]

NamedValueSet::NamedValue::NamedValue ( )
noexcept

§ NamedValue() [2/5]

NamedValueSet::NamedValue::NamedValue ( const Identifier n,
const var v 
)

§ NamedValue() [3/5]

NamedValueSet::NamedValue::NamedValue ( const NamedValue other)

§ NamedValue() [4/5]

NamedValueSet::NamedValue::NamedValue ( NamedValue &&  other)
noexcept

§ NamedValue() [5/5]

NamedValueSet::NamedValue::NamedValue ( Identifier &&  n,
var &&  v 
)
noexcept

Member Function Documentation

§ operator=()

NamedValue& NamedValueSet::NamedValue::operator= ( NamedValue &&  other)
noexcept

§ operator==()

bool NamedValueSet::NamedValue::operator== ( const NamedValue other) const
noexcept

§ operator!=()

bool NamedValueSet::NamedValue::operator!= ( const NamedValue other) const
noexcept

References operator==().

Member Data Documentation

§ name

Identifier NamedValueSet::NamedValue::name

§ value

var NamedValueSet::NamedValue::value

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