openshot-audio  0.1.2
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

◆ NamedValue() [1/3]

NamedValueSet::NamedValue::NamedValue ( )
inlinenoexcept

◆ NamedValue() [2/3]

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

◆ NamedValue() [3/3]

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

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ name

Identifier NamedValueSet::NamedValue::name

◆ value

var NamedValueSet::NamedValue::value

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