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

Go to the source code of this file.
Classes | |
| class | FILEPATH |
| System file and directory services class. More... | |
Defines | |
| #define | CLASSLIBEXPORT MI_DLLCLASSIMPORT |
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) |
| #define CLASSLIBEXPORT MI_DLLCLASSIMPORT |
Compare two FILEPATHS for inequality.
Compare two FILEPATHS for less than.
Compare two FILEPATHS for less than or equality.
Compare two FILEPATHS for equality.
Compare two FILEPATHS for greater than.
1.6.1