proxygen
A Class Reference
Inheritance diagram for A:

Public Member Functions

bool operator== (const A &o) const
 
void use () const
 

Public Attributes

int i
 

Detailed Description

Definition at line 214 of file DynamicConverterTest.cpp.

Member Function Documentation

bool A::operator== ( const A o) const
inline

Definition at line 216 of file DynamicConverterTest.cpp.

216  {
217  return i == o.i;
218  }
void A::use ( ) const
inline

Definition at line 21 of file ThreadLocalTestLib.cpp.

21 {}

Member Data Documentation

int A::i

Definition at line 215 of file DynamicConverterTest.cpp.


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