ReactOS 0.4.15-dev-7958-gcd0bb1a
SortTestAux Struct Reference

Public Member Functions

 SortTestAux (bool &b)
 
 SortTestAux (SortTestAux const &other)
 

Public Attributes

bool_b
 

Private Member Functions

SortTestAuxoperator= (SortTestAux const &)
 

Detailed Description

Definition at line 162 of file sort_test.cpp.

Constructor & Destructor Documentation

◆ SortTestAux() [1/2]

SortTestAux::SortTestAux ( bool b)
inline

Definition at line 163 of file sort_test.cpp.

163 : _b(b)
164 {}
GLboolean GLboolean GLboolean b
Definition: glext.h:6204

◆ SortTestAux() [2/2]

SortTestAux::SortTestAux ( SortTestAux const other)
inline

Definition at line 166 of file sort_test.cpp.

166 : _b(other._b) {
167 _b = true;
168 }
int other
Definition: msacm.c:1376

Member Function Documentation

◆ operator=()

SortTestAux & SortTestAux::operator= ( SortTestAux const )
private

Member Data Documentation

◆ _b

bool& SortTestAux::_b

Definition at line 170 of file sort_test.cpp.

Referenced by SortTestAux().


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