CConfigFile class. More...
#include "nel/misc/config_file.h"#include <ctime>#include <sys/types.h>#include <sys/stat.h>#include "nel/misc/file.h"#include "nel/misc/debug.h"#include "nel/misc/path.h"#include "nel/misc/i18n.h"#include "nel/misc/mem_stream.h"#include "locale.h"Go to the source code of this file.
Namespaces | |
| namespace | NLMISC |
This namespace contains all miscellaneous classes used by other modules. | |
Functions | |
| void | cfrestart (FILE *) |
| int | cfparse (void *) |
Variables | |
| int | cf_CurrentLine |
| char * | cf_CurrentFile |
| bool | cf_Ignore |
| bool | cf_OverwriteExistingVariable |
| CMemStream | cf_ifile |
| const bool | CheckType = false |
| bool | LoadRoot = false |
CConfigFile class.
Definition in file config_file.cpp.
| int cfparse | ( | void * | ) |
Referenced by NLMISC::CConfigFile::reparse().
| void cfrestart | ( | FILE * | ) |
Referenced by NLMISC::CConfigFile::reparse().
| char* cf_CurrentFile |
Definition at line 96 of file cf_gramatical.cpp.
Referenced by NLMISC::CConfigFile::reparse().
Definition at line 95 of file cf_gramatical.cpp.
Definition at line 1970 of file cf_lexical.cpp.
Definition at line 1995 of file cf_lexical.cpp.
Definition at line 98 of file cf_gramatical.cpp.
Definition at line 52 of file config_file.cpp.
Definition at line 53 of file config_file.cpp.
1.6.1