proxygen
MemberFunc Struct Reference

Public Member Functions

int getX () const
 
void setX (int xx)
 
int getX () const
 
void setX (int xx)
 

Public Attributes

int x
 

Detailed Description

Definition at line 231 of file ApplyTupleTest.cpp.

Member Function Documentation

int MemberFunc::getX ( ) const
inline

Definition at line 233 of file ApplyTupleTest.cpp.

References x.

Referenced by TEST().

233  {
234  return x;
235  }
int MemberFunc::getX ( ) const
inline

Definition at line 504 of file FunctionTest.cpp.

References x.

504  {
505  return x;
506  }
void MemberFunc::setX ( int  xx)
inline

Definition at line 236 of file ApplyTupleTest.cpp.

Referenced by TEST().

236  {
237  x = xx;
238  }
Definition: InvokeTest.cpp:58
void MemberFunc::setX ( int  xx)
inline

Definition at line 507 of file FunctionTest.cpp.

507  {
508  x = xx;
509  }
Definition: InvokeTest.cpp:58

Member Data Documentation

int MemberFunc::x

Definition at line 232 of file ApplyTupleTest.cpp.

Referenced by TEST().


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