Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Parameter list construction helper. More...
#include "parameter.hh"
Classes | |
struct | Entry |
Helper for new Parameter creation from Param initializer. More... | |
Public Member Functions | |
Entry | operator[] (uint32_t id) |
Slot subscription for new Parameter creation. | |
![]() | |
T | at (T... args) |
T | begin (T... args) |
T | cbegin (T... args) |
T | cend (T... args) |
T | clear (T... args) |
T | contains (T... args) |
T | count (T... args) |
T | crbegin (T... args) |
T | crend (T... args) |
T | emplace (T... args) |
T | emplace_hint (T... args) |
T | empty (T... args) |
T | end (T... args) |
T | equal_range (T... args) |
T | erase (T... args) |
T | extract (T... args) |
T | find (T... args) |
T | get_allocator (T... args) |
T | insert (T... args) |
T | insert_or_assign (T... args) |
T | key_comp (T... args) |
T | lower_bound (T... args) |
T | map (T... args) |
T | max_size (T... args) |
T | merge (T... args) |
T | operator= (T... args) |
T | operator[] (T... args) |
T | rbegin (T... args) |
T | rend (T... args) |
T | size (T... args) |
T | swap (T... args) |
T | try_emplace (T... args) |
T | upper_bound (T... args) |
T | value_comp (T... args) |
T | ~map (T... args) |
Public Attributes | |
String | group |
Group to be applied to all newly inserted Parameter objects. | |
Parameter list construction helper.
Definition at line 93 of file parameter.hh.
ParameterMap::Entry Ase::ParameterMap::operator[] | ( | uint32_t | id | ) |
Slot subscription for new Parameter creation.
Definition at line 422 of file parameter.cc.
String Ase::ParameterMap::group |
Group to be applied to all newly inserted Parameter objects.
Definition at line 95 of file parameter.hh.