|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| ThrowingType (int v) | |
| ThrowingType (const ThrowingType &other) | |
| ThrowingType (ThrowingType &&other) noexcept | |
| ThrowingType (int v) | |
| ThrowingType (const ThrowingType &other) | |
| ThrowingType (ThrowingType &&other) noexcept | |
Static Public Member Functions | |
| static void | reset () |
| static void | reset () |
Public Attributes | |
| int | value |
Static Public Attributes | |
| static int | construction_count = 0 |
Definition at line 802 of file tpl_dynListQueue.cc.
|
inline |
Definition at line 807 of file tpl_dynListQueue.cc.
References construction_count.
|
inline |
Definition at line 813 of file tpl_dynListQueue.cc.
References construction_count.
|
inlinenoexcept |
Definition at line 819 of file tpl_dynListQueue.cc.
|
inline |
Definition at line 781 of file tpl_dynListStack.cc.
References construction_count.
|
inline |
Definition at line 787 of file tpl_dynListStack.cc.
References construction_count.
|
inlinenoexcept |
Definition at line 793 of file tpl_dynListStack.cc.
Definition at line 821 of file tpl_dynListQueue.cc.
References construction_count.
Definition at line 795 of file tpl_dynListStack.cc.
References construction_count.
|
static |
Definition at line 804 of file tpl_dynListQueue.cc.
Referenced by ThrowingType(), ThrowingType(), and reset().
| int ThrowingType::value |
Definition at line 805 of file tpl_dynListQueue.cc.