#include "mlUtilsSystem.h"
Go to the source code of this file.
Classes | |
| class | ml::TraceBuffer< INDEXTYPE > |
| This class manages a list and a stack of pointers to permanent strings. More... | |
| class | ml::Trace< INDEXTYPE > |
| This class simply implements a constructor and a destructor. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
Typedefs | |
| typedef MLuint16 | ml::MLGlobalTraceBufferType |
| The type used in the MLGlobalTraceBuffer. | |
Variables | |
| ML_UTILS_EXPORT TraceBuffer < MLGlobalTraceBufferType > | ml::MLGlobalTraceBuffer |
| This is a global singleton of the TraceBuffer class. | |
Another class Trace to be used in tracing macros is also implemented here. Note:
Definition in file mlTrace.h.
1.5.8