This class holds functions that used for maintenance of the library. More...
#include <utils.h>
Static Public Member Functions | |
static void | initialize () |
This class holds functions that used for maintenance of the library.
Its static member function 'initialize' should be called BEFORE the first use of any class in the library. The member function 'finialize' will be called automatically at the end of the program.
|
static |
Definition at line 69 of file utils/library.cpp.