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

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

Member Function Documentation

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

References operator==().

Member Data Documentation

Identifier NamedValueSet::NamedValue::name
var NamedValueSet::NamedValue::value

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