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/class_NLMISC__CPath.html | 197 ++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 docs/doxygen/nel/class_NLMISC__CPath.html (limited to 'docs/doxygen/nel/class_NLMISC__CPath.html') diff --git a/docs/doxygen/nel/class_NLMISC__CPath.html b/docs/doxygen/nel/class_NLMISC__CPath.html new file mode 100644 index 00000000..dc247100 --- /dev/null +++ b/docs/doxygen/nel/class_NLMISC__CPath.html @@ -0,0 +1,197 @@ + + + + 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  
+

NLMISC::CPath Class Reference

Utility class for search paths. +More... +

+#include <path.h> +

+List of all members. + + + + + + + +

Static Public Methods

void addSearchPath ( const std::string& path )
 Adds a search path. The separator for directories is '/'. More...

std::string lookup ( const std::string& filename )
 Returns the long name (path and filename) for the specified file, trying first the local path, then using search paths stored by addSearchPath in the same order as they were added. More...


Static Private Attributes

CStringVector _SearchPaths
+


Detailed Description

+Utility class for search paths. +

+

+Author(s):
+ Olivier Cado , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 55 of file path.h.


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NLMISC::CPath::addSearchPath ( + +const std::string & path ) [static] +
+
+ + + + + +
+   + + +

+Adds a search path. The separator for directories is '/'. +

+ +

+Definition at line 54 of file path.cpp.

+

+ + + + +
+ + + + + + +
+string NLMISC::CPath::lookup ( + +const std::string & filename ) [static] +
+
+ + + + + +
+   + + +

+Returns the long name (path and filename) for the specified file, trying first the local path, then using search paths stored by addSearchPath in the same order as they were added. +

+If no path is found where path/file exists, an exception EPathNotFound is raised. +

+Definition at line 77 of file path.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CStringVector NLMISC::CPath::_SearchPaths [static, private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file path.cpp.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1