tPathData Class Reference

Inheritance diagram for tPathData:

Inheritance graph
[legend]
Collaboration diagram for tPathData:

Collaboration graph
[legend]

List of all members.

Private Member Functions

void Paths (tArray< tString > &paths) const


Detailed Description

Definition at line 548 of file tDirectories.cpp.


Member Function Documentation

void tPathData::Paths ( tArray< tString > &  paths  )  const [inline, private, virtual]

Implements tPath.

Definition at line 552 of file tDirectories.cpp.

References tString::Len(), pos, tArray< T, MALLOC >::SetLen(), st_DataDir, and st_UserDataDir.

00553     {
00554         paths.SetLen( 0 );
00555         int pos = 0;
00556 
00557         paths[ pos++ ] = st_DataDir;
00558 
00559         if ( st_UserDataDir.Len() > 1 )
00560         {
00561             paths[ pos++ ] = st_UserDataDir;
00562         }
00563     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:58:00 2008 for Armagetron Advanced by  doxygen 1.5.4