|
ML Reference
|
#include "mlUtilsSystem.h"#include "mlTypeDefs.h"#include <ThirdPartyWarningsDisable.h>#include <list>#include <vector>#include <set>#include <string>#include <ThirdPartyWarningsRestore.h>Go to the source code of this file.
Classes | |
| class | ml::AbstractPersistenceStream |
| class | ml::AbstractPersistenceOutputStream |
| class | ml::AbstractPersistenceInputStream |
| class | ml::PersistenceStreamException |
| class | ml::PersistenceStreamIOException |
| class | ml::PersistenceStreamFormatException |
| class | ml::PersistenceStreamInternalError |
| Derived class. This exception usually denotes programming errors. More... | |
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
Macros | |
| #define | ML_WRITETO_SUPER(SuperClass, stream) |
| #define | ML_READFROM_SUPER(SuperClass, stream) |
| #define ML_READFROM_SUPER | ( | SuperClass, | |
| stream ) |
Use this macro if you would like to store your superclass members as well. Mandatory if the superclass uses versioning.
Definition at line 454 of file mlAbstractPersistenceStream.h.
| #define ML_WRITETO_SUPER | ( | SuperClass, | |
| stream ) |
Use this macro if you would like to store your superclass members as well. Mandatory if the superclass uses versioning.
Definition at line 446 of file mlAbstractPersistenceStream.h.