#include "config_builder.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
Configure (config_builder) | |
NotifyCategoryDef (builder,"") | |
ConfigureFn (config_builder) | |
void | init_libbuilder () |
Initializes the library. |
Definition in file config_builder.cxx.
|
|
|
Definition at line 28 of file config_builder.cxx. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 48 of file config_builder.cxx. |
|
|