proxygen
des Class Reference

Public Member Functions

 des (bool *d)
 
 ~des ()
 

Private Attributes

bool * d_
 

Detailed Description

Definition at line 38 of file RcuTest.cpp.

Constructor & Destructor Documentation

des::des ( bool *  d)
inline

Definition at line 42 of file RcuTest.cpp.

42 : d_(d) {}
bool * d_
Definition: RcuTest.cpp:39
des::~des ( )
inline

Definition at line 43 of file RcuTest.cpp.

43  {
44  *d_ = true;
45  }
bool * d_
Definition: RcuTest.cpp:39

Member Data Documentation

bool* des::d_
private

Definition at line 39 of file RcuTest.cpp.


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