|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| ThrowOnCopy (int v) | |
| ThrowOnCopy (const ThrowOnCopy &other) | |
| ThrowOnCopy (ThrowOnCopy &&)=default | |
| ThrowOnCopy & | operator= (const ThrowOnCopy &)=default |
| ThrowOnCopy & | operator= (ThrowOnCopy &&)=default |
Public Attributes | |
| int | value |
Static Public Attributes | |
| static bool | should_throw = false |
Definition at line 1237 of file dynliststack_test.cc.
|
inline |
Definition at line 1242 of file dynliststack_test.cc.
|
inline |
Definition at line 1243 of file dynliststack_test.cc.
References should_throw.
|
default |
|
default |
|
default |
Definition at line 1240 of file dynliststack_test.cc.
Referenced by ThrowOnCopy(), and TEST().
| int ThrowOnCopy::value |
Definition at line 1239 of file dynliststack_test.cc.