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

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Ase::ValueS Struct Reference
Inheritance diagram for Ase::ValueS:
[legend]

Public Types

using ValuePVector = std::vector< ValueP >
 

Public Member Functions

void push_back (const Value &v)
 
void push_back (Value &&v)
 
String repr () const
 
 ValueS (std::initializer_list< Value > il)
 
push_back (T... args)
 
- Public Member Functions inherited from std::vector< ValueP >
assign (T... args)
 
at (T... args)
 
back (T... args)
 
begin (T... args)
 
capacity (T... args)
 
cbegin (T... args)
 
cend (T... args)
 
clear (T... args)
 
crbegin (T... args)
 
crend (T... args)
 
data (T... args)
 
emplace (T... args)
 
emplace_back (T... args)
 
empty (T... args)
 
end (T... args)
 
erase (T... args)
 
front (T... args)
 
get_allocator (T... args)
 
insert (T... args)
 
max_size (T... args)
 
operator= (T... args)
 
operator[] (T... args)
 
pop_back (T... args)
 
push_back (T... args)
 
rbegin (T... args)
 
rend (T... args)
 
reserve (T... args)
 
resize (T... args)
 
shrink_to_fit (T... args)
 
size (T... args)
 
swap (T... args)
 
vector (T... args)
 
~vector (T... args)
 

Static Public Attributes

static const ValueS empty_array
 

Friends

bool operator== (const ValuePVector &, const ValuePVector &)
 
bool operator!= (const ValuePVector &a, const ValuePVector &b)
 

Detailed Description

Definition at line 10 of file value.hh.

Member Typedef Documentation

◆ ValuePVector

Definition at line 11 of file value.hh.

Constructor & Destructor Documentation

◆ ValueS() [1/2]

Ase::ValueS::ValueS ( )

Definition at line 282 of file value.cc.

◆ ValueS() [2/2]

Ase::ValueS::ValueS ( std::initializer_list< Value il)

Definition at line 285 of file value.cc.

Member Function Documentation

◆ push_back() [1/2]

void Ase::ValueS::push_back ( const Value v)

Definition at line 13 of file value.hh.

◆ push_back() [2/2]

void Ase::ValueS::push_back ( Value &&  v)

Definition at line 14 of file value.hh.

◆ repr()

String Ase::ValueS::repr ( ) const

Definition at line 293 of file value.cc.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const ValuePVector a,
const ValuePVector b 
)
friend

Definition at line 20 of file value.hh.

Member Data Documentation

◆ empty_array

const ValueS Ase::ValueS::empty_array
static

Definition at line 18 of file value.hh.


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