mi32/filepath.h File Reference

#include <mi32/mistring.h>
#include <time.h>
#include <mi32/ucstring.h>
#include <mi32/stddefns.h>

Include dependency graph for filepath.h:

mi32/mistring.hmi32/stddefns.hmi32/ucstring.hmi32/milist.hmi32/memalloc.hmi32/dlldefns.hmi32/errcodes.hmi32/math.hmi32/errhandler.hmi32/textid.h

This graph shows which files directly or indirectly include this file:

mi32/inidefns.hmi32/geocat.hmi32/matlas.hmi32/mdlg.hmi32/xml.hmi32/filefind.hmi32/httpserver.hmi32/lastpath.hmi32/mg2cms.hmi32/mplayout.hmi32/screengrab.hrvc/autolink.hspatmod/imagetargetfile.hmi32/fixedstr.hmi32/rect.hmi32/unitconv.hmi32/winplace.hmie/settings.hmi32/rvcdefns.hmi32/elemstyl.hmi32/xdefns.hmi32/hdf4.hmi32/ports.hrvc/descriptor.hmi32/rvcdbase.hrvc/rasterop.hmi32/geocatd.hmi32/mgd2.hmi32/grtree.hmi32/polyline.hgre/3dpntfld.hgre/3dscene.hmgui/shell.hmgui/ctrl.hmgui/customdraw.hmi32/geom2d.hmi32/renderbuffer.hmi32/mg2cmsui.hmgui/dlgcontactmi.hmgui/dlgquestion.hmgui/xmldata.hmgui/xmldlg.hmi32/soap.hmi32/soapserver.hgre/layout.hspatmod/imagetargetj2k.hspatmod/imagetargetjpeg.hspatmod/imagetargetpng.hspatmod/imagetargettiff.h

Go to the source code of this file.

Classes

class  FILEPATH
 System file and directory services class. More...

Defines

#define CLASSLIBEXPORT   MI_DLLCLASSIMPORT

Typedefs

typedef MILIST< FILEPATHFILEPATHLIST

Functions

bool operator!= (const FILEPATH &p, const FILEPATH &q)
FILEPATH operator+ (const FILEPATH &q, const MISTRING &p)
bool operator< (const FILEPATH &p, const FILEPATH &q)
MISTRINGoperator<< (MISTRING &lhs, const FILEPATH &rhs)
bool operator<= (const FILEPATH &p, const FILEPATH &q)
bool operator== (const FILEPATH &p, const FILEPATH &q)
bool operator> (const FILEPATH &p, const FILEPATH &q)
bool operator>= (const FILEPATH &p, const FILEPATH &q)


Define Documentation

#define CLASSLIBEXPORT   MI_DLLCLASSIMPORT

Definition at line 208 of file filepath.h.


Typedef Documentation

typedef MILIST<FILEPATH> FILEPATHLIST

Easier to type.

Definition at line 958 of file filepath.h.


Function Documentation

bool operator!= ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for inequality.

Definition at line 971 of file filepath.h.

FILEPATH operator+ ( const FILEPATH q,
const MISTRING p 
) [inline]

Append a name to a path.

Definition at line 1001 of file filepath.h.

bool operator< ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for less than.

Definition at line 977 of file filepath.h.

MISTRING& operator<< ( MISTRING lhs,
const FILEPATH rhs 
) [inline]

Definition at line 1009 of file filepath.h.

bool operator<= ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for less than or equality.

Definition at line 989 of file filepath.h.

bool operator== ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for equality.

Definition at line 965 of file filepath.h.

bool operator> ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for greater than.

Definition at line 983 of file filepath.h.

bool operator>= ( const FILEPATH p,
const FILEPATH q 
) [inline]

Compare two FILEPATHS for greater than or equality.

Definition at line 995 of file filepath.h.


Generated on Thu Apr 26 04:45:59 2007 for TNTsdk by  doxygen 1.5.2