ReactOS 0.4.15-dev-7924-g5949c20
MyIntComparable Struct Reference
Collaboration diagram for MyIntComparable:

Public Member Functions

 MyIntComparable (int val)
 
bool operator== (const MyIntComparable &other) const
 

Private Attributes

int _val
 

Detailed Description

Definition at line 206 of file alg_test.cpp.

Constructor & Destructor Documentation

◆ MyIntComparable()

MyIntComparable::MyIntComparable ( int  val)
inline

Definition at line 207 of file alg_test.cpp.

207: _val(val) {}
GLuint GLfloat * val
Definition: glext.h:7180

Member Function Documentation

◆ operator==()

bool MyIntComparable::operator== ( const MyIntComparable other) const
inline

Definition at line 208 of file alg_test.cpp.

209 { return _val == other._val; }
int other
Definition: msacm.c:1376

Member Data Documentation

◆ _val

int MyIntComparable::_val
private

Definition at line 212 of file alg_test.cpp.

Referenced by operator==().


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