Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
Ase::ParameterMap Struct Referencefinal

Parameter list construction helper. More...

#include "parameter.hh"

Inheritance diagram for Ase::ParameterMap:
[legend]

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.
 
- Public Member Functions inherited from std::map< uint32_t, ParameterC >
at (T... args)
 
begin (T... args)
 
cbegin (T... args)
 
cend (T... args)
 
clear (T... args)
 
contains (T... args)
 
count (T... args)
 
crbegin (T... args)
 
crend (T... args)
 
emplace (T... args)
 
emplace_hint (T... args)
 
empty (T... args)
 
end (T... args)
 
equal_range (T... args)
 
erase (T... args)
 
extract (T... args)
 
find (T... args)
 
get_allocator (T... args)
 
insert (T... args)
 
insert_or_assign (T... args)
 
key_comp (T... args)
 
lower_bound (T... args)
 
map (T... args)
 
max_size (T... args)
 
merge (T... args)
 
operator= (T... args)
 
operator[] (T... args)
 
rbegin (T... args)
 
rend (T... args)
 
size (T... args)
 
swap (T... args)
 
try_emplace (T... args)
 
upper_bound (T... args)
 
value_comp (T... args)
 
~map (T... args)
 

Public Attributes

String group
 Group to be applied to all newly inserted Parameter objects.
 

Detailed Description

Parameter list construction helper.

Definition at line 93 of file parameter.hh.

Member Function Documentation

◆ operator[]()

ParameterMap::Entry Ase::ParameterMap::operator[] ( uint32_t  id)

Slot subscription for new Parameter creation.

Definition at line 422 of file parameter.cc.

Member Data Documentation

◆ group

String Ase::ParameterMap::group

Group to be applied to all newly inserted Parameter objects.

Definition at line 95 of file parameter.hh.


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