#include <time.h>#include <mi32/ucstring.h>#include <mi32/mistring.h>#include <mi32/stddefns.h>Include dependency graph for filepath.h:

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

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< FILEPATH > | FILEPATHLIST |
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) |
| MISTRING & | operator<< (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) |
|
|
Definition at line 160 of file filepath.h. |
|
|
Easier to type.
Definition at line 843 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for inequality.
Definition at line 856 of file filepath.h. |
|
||||||||||||
|
Append a name to a path.
Definition at line 886 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for less than.
Definition at line 862 of file filepath.h. |
|
||||||||||||
|
Definition at line 894 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for less than or equality.
Definition at line 874 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for equality.
Definition at line 850 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for greater than.
Definition at line 868 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for greater than or equality.
Definition at line 880 of file filepath.h. |
1.3.8-20040913