#include "mlInitSystemML.h"
#include <set>
Go to the source code of this file.
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
Defines | |
| #define | ML_PAGEREQUEST_TILES_NOT_CREATED -1 |
| #define | ML_TILEREQUEST_PAGES_NOT_CREATED -1 |
Functions | |
| class | ml::ML_UNIX_ONLY_EXPORT (MLEXPORT) PageRequestCursor |
| A cursor to create page and tile requests in an iterative manner, to allow breaking/resuming at any time and to avoid a recursive tree traversal which can not be easily resumed. | |
Definition in file mlPageRequestCursor.h.
| #define ML_PAGEREQUEST_TILES_NOT_CREATED -1 |
Definition at line 26 of file mlPageRequestCursor.h.
| #define ML_TILEREQUEST_PAGES_NOT_CREATED -1 |
Definition at line 27 of file mlPageRequestCursor.h.
1.5.8