ReactOS 0.4.15-dev-7994-gb388cb6
Obj Class Reference
Collaboration diagram for Obj:

Public Member Functions

 Obj ()
 
 Obj (const Obj &)
 
Objoperator= (const Obj &)
 

Public Attributes

int v
 

Detailed Description

Definition at line 64 of file swap_test.cpp.

Constructor & Destructor Documentation

◆ Obj() [1/2]

Obj::Obj ( )
inline

Definition at line 67 of file swap_test.cpp.

67 :
68 v( 0 )
69 { }
int v
Definition: swap_test.cpp:77

Referenced by CreateConnectionPoint().

◆ Obj() [2/2]

Obj::Obj ( const Obj )
inline

Definition at line 70 of file swap_test.cpp.

70 :
71 v( 1 )
72 { }

Member Function Documentation

◆ operator=()

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

Definition at line 74 of file swap_test.cpp.

75 { v = 2; return *this; }
const GLdouble * v
Definition: gl.h:2040

Member Data Documentation

◆ v

int Obj::v

Definition at line 77 of file swap_test.cpp.


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