ReactOS 0.4.15-dev-7958-gcd0bb1a
V Struct Reference
Collaboration diagram for V:

Public Member Functions

 V (int _v)
 
bool f (int _v) const
 

Public Attributes

int v
 

Detailed Description

Definition at line 179 of file mfunptr_test.cpp.

Constructor & Destructor Documentation

◆ V()

V::V ( int  _v)
inline

Definition at line 181 of file mfunptr_test.cpp.

181 :
182 v(_v)
183 { }
const GLdouble * v
Definition: gl.h:2040

Member Function Documentation

◆ f()

bool V::f ( int  _v) const
inline

Definition at line 185 of file mfunptr_test.cpp.

185{ return (v == _v); }

Referenced by MemFunPtrTest::find().

Member Data Documentation

◆ v

int V::v

Definition at line 187 of file mfunptr_test.cpp.


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