# 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  

path.cpp File Reference

Utility class for searching files in differents paths. More...

#include "stdmisc.h"
#include <fstream>
#include "nel/misc/big_file.h"
#include "nel/misc/path.h"
#include "nel/misc/hierarchical_timer.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include <errno.h>

Go to the source code of this file.

Namespaces

namespace  NLMISC

Defines

#define NL_DISPLAY_PATH   if(false)


Detailed Description

Utility class for searching files in differents paths.

Id:
path.cpp,v 1.64 2002/11/25 14:10:51 boucher Exp

Definition in file path.cpp.


Define Documentation

#define NL_DISPLAY_PATH   if(false)
 

Definition at line 69 of file path.cpp.

Referenced by NLMISC::CPath::addSearchFile, NLMISC::CPath::addSearchPath, NLMISC::CPath::clearMap, NLMISC::CPath::getPathContent, NLMISC::CPath::insertFileInMap, NLMISC::CPath::lookup, NLMISC::CPath::remapExtension, and NLMISC::CPath::removeAllAlternativeSearchPath.