openMSX
|
Public Member Functions | |
S () | |
S (const S &) | |
S (S &&) noexcept | |
S & | operator= (const S &) |
S & | operator= (S &&) noexcept |
~S () | |
Static Public Member Functions | |
static void | reset () |
Static Public Attributes | |
static int | default_constructed = 0 |
static int | copy_constructed = 0 |
static int | move_constructed = 0 |
static int | copy_assignment = 0 |
static int | move_assignment = 0 |
static int | destructed = 0 |
Definition at line 7 of file stl_test.cc.
|
inline |
Definition at line 8 of file stl_test.cc.
References default_constructed.
|
inline |
Definition at line 9 of file stl_test.cc.
References copy_constructed.
|
inlinenoexcept |
Definition at line 10 of file stl_test.cc.
References move_constructed.
|
inline |
Definition at line 13 of file stl_test.cc.
References destructed.
Definition at line 11 of file stl_test.cc.
References copy_assignment.
Definition at line 12 of file stl_test.cc.
References move_assignment.
|
inlinestatic |
Definition at line 15 of file stl_test.cc.
References copy_assignment, copy_constructed, default_constructed, destructed, move_assignment, and move_constructed.
Referenced by TEST_CASE(), and TEST_CASE().
|
inlinestatic |
Definition at line 27 of file stl_test.cc.
Referenced by operator=(), reset(), TEST_CASE(), and TEST_CASE().
|
inlinestatic |
Definition at line 25 of file stl_test.cc.
Referenced by reset(), S(), TEST_CASE(), and TEST_CASE().
|
inlinestatic |
Definition at line 24 of file stl_test.cc.
Referenced by reset(), S(), TEST_CASE(), and TEST_CASE().
|
inlinestatic |
Definition at line 29 of file stl_test.cc.
Referenced by reset(), TEST_CASE(), TEST_CASE(), and ~S().
|
inlinestatic |
Definition at line 28 of file stl_test.cc.
Referenced by operator=(), reset(), TEST_CASE(), and TEST_CASE().
|
inlinestatic |
Definition at line 26 of file stl_test.cc.
Referenced by reset(), S(), TEST_CASE(), and TEST_CASE().