frepple::utils::LibraryUtils Class Reference

This class holds functions that used for maintenance of the library. More...

#include <utils.h>

List of all members.

Static Public Member Functions

static void initialize (int argc, char *argv[])

Detailed Description

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.

Definition at line 5361 of file utils.h.


Member Function Documentation

void frepple::utils::LibraryUtils::initialize ( int  argc,
char *  argv[] 
) [static]

Definition at line 76 of file utils/library.cpp.


The documentation for this class was generated from the following files:

Documentation generated for frePPLe by  doxygen