proxygen
Wrapper Struct Reference

Public Member Functions

 Wrapper (bool &del_)
 
 ~Wrapper ()
 

Public Attributes

bool & del
 

Detailed Description

Definition at line 597 of file ConcurrentHashMapTest.cpp.

Constructor & Destructor Documentation

Wrapper::Wrapper ( bool &  del_)
inlineexplicit

Definition at line 598 of file ConcurrentHashMapTest.cpp.

598 : del(del_) {}
Wrapper::~Wrapper ( )
inline

Definition at line 599 of file ConcurrentHashMapTest.cpp.

599  {
600  del = true;
601  }

Member Data Documentation

bool& Wrapper::del

Definition at line 603 of file ConcurrentHashMapTest.cpp.


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