ReactOS 0.4.16-dev-555-g690643f
|
Public Member Functions | |
CompleteMovableStruct () | |
CompleteMovableStruct (CompleteMovableStruct const &) | |
~CompleteMovableStruct () | |
CompleteMovableStruct & | operator= (const CompleteMovableStruct &) |
Static Public Member Functions | |
static void | reset () |
Public Attributes | |
void * | dummy_data [2] |
Static Public Attributes | |
static size_t | nb_dft_construct_call = 0 |
static size_t | nb_cpy_construct_call = 0 |
static size_t | nb_mv_construct_call = 0 |
static size_t | nb_assignment_call = 0 |
static size_t | nb_destruct_call = 0 |
Definition at line 30 of file mvctor_traits_test.cpp.
|
inline |
Definition at line 31 of file mvctor_traits_test.cpp.
|
inline |
Definition at line 32 of file mvctor_traits_test.cpp.
|
inline |
Definition at line 36 of file mvctor_traits_test.cpp.
|
inline |
Definition at line 38 of file mvctor_traits_test.cpp.
|
inlinestatic |
Definition at line 42 of file mvctor_traits_test.cpp.
Referenced by MoveConstructorTest::move_traits_deq_complete(), and MoveConstructorTest::move_traits_vec_complete().
void* CompleteMovableStruct::dummy_data[2] |
Definition at line 55 of file mvctor_traits_test.cpp.
|
static |
Definition at line 51 of file mvctor_traits_test.cpp.
Referenced by MoveConstructorTest::move_traits_deq_complete(), MoveConstructorTest::move_traits_vec_complete(), operator=(), and reset().
|
static |
Definition at line 49 of file mvctor_traits_test.cpp.
Referenced by CompleteMovableStruct(), MoveConstructorTest::move_traits_deq_complete(), MoveConstructorTest::move_traits_vec_complete(), and reset().
|
static |
Definition at line 52 of file mvctor_traits_test.cpp.
Referenced by MoveConstructorTest::move_traits_deq_complete(), MoveConstructorTest::move_traits_vec_complete(), reset(), and ~CompleteMovableStruct().
|
static |
Definition at line 48 of file mvctor_traits_test.cpp.
Referenced by CompleteMovableStruct(), MoveConstructorTest::move_traits_deq_complete(), MoveConstructorTest::move_traits_vec_complete(), and reset().
|
static |
Definition at line 50 of file mvctor_traits_test.cpp.
Referenced by MoveConstructorTest::move_traits_deq_complete(), MoveConstructorTest::move_traits_vec_complete(), and reset().