tenno 0.1.0
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
 Ntenno
 Callocator
 CarrayA fixed-size array
 Cconst_iteratorA const iterator to iterate over the array
 Cconst_reverse_iteratorA const iterator to iterate over the array
 CiteratorAn iterator to iterate over the array
 Creverse_iteratorA reverse iterator over the array
 CatomicThe atomic class template provides operations on atomic types
 Catomic< char >
 Catomic< int >
 Catomic< long >
 Catomic< U * >
 Cdefault_delete
 CexpectedAn expected value
 CjthreadWrapper around std::thread that automatically rejoins the thread on destruction
 Clock_guardA simple lock guard implementation
 CmutexA simple mutex implementation
 CoptionalAn optional value
 CrangeA range of elements
 Citerator
 Creference_wrapperA reference wrapper class
 Cshared_ptrA shared pointer
 Ccontrol_block
 CunexpectedAn unexpected value
 Cunique_ptrA shared pointer
 Cvector
 CiteratorAn iterator to iterate over the data
 Creverse_iteratorAn reverse_iterator to iterate over the data
 Cweak_ptrA weak pointer