|
|
||||||
|
Static Public Member Functions |
Static Public Attributes |
Private Member Functions |
Static Private Attributes |
List of all members
faudes::ObjectCount Class Reference
Detailed DescriptionDebugging counter. Counts items as specified by the type string and reports sums on exit. You must define the macro FAUDES_DEBUG_CODE to get a report. Technical note: we use the somewhat winded static member construct to guarantee that our member variables have been constructed befor actual counting occurs. This is neccessary since some faudes types might have a static instance and, hence, may be consructed rather early. Definition at line 376 of file cfl_utils.h. Constructor & Destructor Documentation◆ ObjectCount()
Definition at line 472 of file cfl_utils.cpp. Member Function Documentation◆ Dec()
Definition at line 485 of file cfl_utils.cpp. ◆ Inc()
Definition at line 480 of file cfl_utils.cpp. ◆ Init()
Definition at line 477 of file cfl_utils.cpp. Member Data Documentation◆ msDone
Definition at line 384 of file cfl_utils.h. ◆ mspCount
Definition at line 382 of file cfl_utils.h. ◆ mspMax
Definition at line 381 of file cfl_utils.h. The documentation for this class was generated from the following files: libFAUDES 2.33b --- 2025.05.07 --- c++ api documentaion by doxygen |