| 
		| class TempObjectCounter | Ephemeral object counter changer. More... |  
 |  | 
Public Methods
 This class changes the current thread's object counter for its lifetime
| inline  TempObjectCounter (NamedCounter* counter, bool enable = GenObject::getObjCounting()) 
 | TempObjectCounter | 
 Constructor, changes object counter if counting is enabled
Parameters:
| counter | Object counter to apply on the current thread | 
| enable | True to enable change, false to take no action | 
| inline  TempObjectCounter (const GenObject* obj, bool enable = GenObject::getObjCounting()) 
 | TempObjectCounter | 
 Constructor, changes object counter if counting is enabled
Parameters:
| obj | Object to copy the counter from | 
| enable | True to enable change, false to take no action | 
| inline  TempObjectCounter (const GenObject& obj, bool enable = GenObject::getObjCounting()) 
 | TempObjectCounter | 
 Constructor, changes object counter if counting is enabled
Parameters:
| obj | Object to copy the counter from | 
| enable | True to enable change, false to take no action | 
| inline  ~TempObjectCounter () 
 | ~TempObjectCounter | 
 Destructor, restores saved object counter
     
	
	| Generated by: paulc on bussard on Fri May  8 12:37:22 2015, using kdoc 2.0a54. |