ReactOS 0.4.15-dev-7842-g558ab78
CompleteMovableStruct Struct Reference
Collaboration diagram for CompleteMovableStruct:

Public Member Functions

 CompleteMovableStruct ()
 
 CompleteMovableStruct (CompleteMovableStruct const &)
 
 ~CompleteMovableStruct ()
 
CompleteMovableStructoperator= (const CompleteMovableStruct &)
 

Static Public Member Functions

static void reset ()
 

Public Attributes

voiddummy_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
 

Detailed Description

Definition at line 30 of file mvctor_traits_test.cpp.

Constructor & Destructor Documentation

◆ CompleteMovableStruct() [1/2]

CompleteMovableStruct::CompleteMovableStruct ( )
inline

Definition at line 31 of file mvctor_traits_test.cpp.

◆ CompleteMovableStruct() [2/2]

CompleteMovableStruct::CompleteMovableStruct ( CompleteMovableStruct const )
inline

Definition at line 32 of file mvctor_traits_test.cpp.

◆ ~CompleteMovableStruct()

CompleteMovableStruct::~CompleteMovableStruct ( )
inline

Definition at line 36 of file mvctor_traits_test.cpp.

Member Function Documentation

◆ operator=()

CompleteMovableStruct & CompleteMovableStruct::operator= ( const CompleteMovableStruct )
inline

Definition at line 38 of file mvctor_traits_test.cpp.

38 {
40 return *this;
41 }
static size_t nb_assignment_call

◆ reset()

static void CompleteMovableStruct::reset ( )
inlinestatic

Member Data Documentation

◆ dummy_data

void* CompleteMovableStruct::dummy_data[2]

Definition at line 55 of file mvctor_traits_test.cpp.

◆ nb_assignment_call

size_t CompleteMovableStruct::nb_assignment_call = 0
static

◆ nb_cpy_construct_call

size_t CompleteMovableStruct::nb_cpy_construct_call = 0
static

◆ nb_destruct_call

size_t CompleteMovableStruct::nb_destruct_call = 0
static

◆ nb_dft_construct_call

size_t CompleteMovableStruct::nb_dft_construct_call = 0
static

◆ nb_mv_construct_call

size_t CompleteMovableStruct::nb_mv_construct_call = 0
static

The documentation for this struct was generated from the following file: