#include <APRBase.h>

Static Public Member Functions | |
| static void | increment () |
| static void | decrement () |
Any class using APR libs should obtain the reference to this singleton and increment on construction, decrement on destruction. This class can then correctly initialise apr before the first use and terminate after the last use.
Definition at line 38 of file APRBase.h.
1.5.6