openshot-audio  0.1.6
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)
 
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 ( )
inlinenoexcept
NamedValueSet::NamedValue::NamedValue ( const Identifier n,
const var v 
)
inline
NamedValueSet::NamedValue::NamedValue ( const NamedValue other)
inline

Member Function Documentation

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

Member Data Documentation

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

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