Public Member Functions

deResourcePathList Class Reference

Resource path list class. More...

#include <deResourcePathList.h>

List of all members.

Public Member Functions

void AddPath (const char *path)
 deResourcePathList ()
int FindPath (const char *path) const
const char * GetPath (int index) const
int GetPathCount () const
bool IncludesPath (const char *path) const
void RemoveAllPath ()
void RemovePath (const char *path)
 ~deResourcePathList ()

Detailed Description

Resource path list class.

Just manages a list of path names thus nothing special to see here. Is depracted and will be removed soon.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deResourcePathList::deResourcePathList (  )
deResourcePathList::~deResourcePathList (  )

Member Function Documentation

void deResourcePathList::AddPath ( const char *  path )
int deResourcePathList::FindPath ( const char *  path ) const

Referenced by IncludesPath().

const char* deResourcePathList::GetPath ( int  index ) const
int deResourcePathList::GetPathCount (  ) const [inline]
bool deResourcePathList::IncludesPath ( const char *  path ) const [inline]

References FindPath().

void deResourcePathList::RemoveAllPath (  )
void deResourcePathList::RemovePath ( const char *  path )

The documentation for this class was generated from the following file: