ReactOS 0.4.16-dev-555-g690643f
|
#include <mvctor_test.h>
Public Member Functions | |
MovableStruct () | |
MovableStruct (MovableStruct const &) | |
~MovableStruct () | |
MovableStruct & | operator= (const MovableStruct &) |
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 62 of file mvctor_test.h.
|
inline |
Definition at line 63 of file mvctor_test.h.
|
inline |
Definition at line 64 of file mvctor_test.h.
|
inline |
Definition at line 73 of file mvctor_test.h.
|
inline |
Definition at line 75 of file mvctor_test.h.
|
inlinestatic |
Definition at line 80 of file mvctor_test.h.
Referenced by MoveConstructorTest::move_traits_deq(), and MoveConstructorTest::move_traits_vec().
void* MovableStruct::dummy_data[2] |
Definition at line 96 of file mvctor_test.h.
|
static |
Definition at line 89 of file mvctor_test.h.
Referenced by MoveConstructorTest::move_traits_deq(), MoveConstructorTest::move_traits_vec(), operator=(), and reset().
|
static |
Definition at line 87 of file mvctor_test.h.
Referenced by MovableStruct(), MoveConstructorTest::move_traits_deq(), MoveConstructorTest::move_traits_vec(), and reset().
|
static |
Definition at line 90 of file mvctor_test.h.
Referenced by MoveConstructorTest::move_traits_deq(), MoveConstructorTest::move_traits_vec(), reset(), and ~MovableStruct().
|
static |
Definition at line 86 of file mvctor_test.h.
Referenced by MovableStruct(), MoveConstructorTest::move_traits_deq(), MoveConstructorTest::move_traits_vec(), and reset().
|
static |
Definition at line 88 of file mvctor_test.h.
Referenced by MoveConstructorTest::move_traits_deq(), MoveConstructorTest::move_traits_vec(), and reset().