From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/config__file_8cpp.html | 276 ++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 docs/doxygen/nel/config__file_8cpp.html (limited to 'docs/doxygen/nel/config__file_8cpp.html') diff --git a/docs/doxygen/nel/config__file_8cpp.html b/docs/doxygen/nel/config__file_8cpp.html new file mode 100644 index 00000000..fae11ef3 --- /dev/null +++ b/docs/doxygen/nel/config__file_8cpp.html @@ -0,0 +1,276 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

config_file.cpp File Reference

CConfigFile class. +More... +

+#include "../stdmisc.h"
+#include <time.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include "nel/misc/file.h"
+#include "nel/misc/debug.h"
+#include "nel/misc/config_file.h"
+#include "nel/misc/path.h"
+ +

+Go to the source code of this file. + + + + + + + + + + +

Namespaces

namespace  NLMISC

Functions

void cfrestart (FILE *)
int cfparse (void *)

Variables

int cf_CurrentLine
bool cf_OverwriteExistingVariable
CIFile cf_ifile
const bool CheckType = false
+


Detailed Description

+CConfigFile class. +

+

+Id:
+ config_file.cpp,v 1.38 2002/08/21 09:40:36 lecroart Exp
+

+ +

+Definition in file config_file.cpp.


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
int cfparse void *  
+
+ + + + + +
+   + + +

+ +

+Referenced by NLMISC::CConfigFile::reparse.

+

+ + + + +
+ + + + + + + + + + +
void cfrestart FILE *  
+
+ + + + + +
+   + + +

+ +

+Referenced by NLMISC::CConfigFile::reparse.

+


Variable Documentation

+

+ + + + +
+ + +
int cf_CurrentLine +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file config_file.cpp. +

+Referenced by NLMISC::CConfigFile::reparse.

+

+ + + + +
+ + +
CIFile cf_ifile +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file config_file.cpp. +

+Referenced by NLMISC::CConfigFile::reparse.

+

+ + + + +
+ + +
bool cf_OverwriteExistingVariable +
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file config_file.cpp. +

+Referenced by NLMISC::CConfigFile::reparse.

+

+ + + + +
+ + +
const bool CheckType = false +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file config_file.cpp. +

+Referenced by NLMISC::CConfigFile::CVar::asDouble, and NLMISC::CConfigFile::CVar::asInt.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1