#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) |
| 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) |
| bool | operator>= (const FILEPATH &p, const FILEPATH &q) |
| FILEPATH | operator+ (const FILEPATH &q, const MISTRING &p) |
| MISTRING & | operator<< (MISTRING &lhs, const FILEPATH &rhs) |
|
|
Definition at line 157 of file filepath.h. |
|
|
Easier to type.
Definition at line 839 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for inequality.
Definition at line 852 of file filepath.h. |
|
||||||||||||
|
Append a name to a path.
Definition at line 882 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for less than.
Definition at line 858 of file filepath.h. |
|
||||||||||||
|
Definition at line 890 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for less than or equality.
Definition at line 870 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for equality.
Definition at line 846 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for greater than.
Definition at line 864 of file filepath.h. |
|
||||||||||||
|
Compare two FILEPATHS for greater than or equality.
Definition at line 876 of file filepath.h. |
1.3.4-20031026