ML Reference
mlMemoryImage.h File Reference

Defines the class MemoryImage which manages memory mapped images in ML output connectors. More...

#include "mlInitSystemML.h"
#include "mlRuntime.h"
#include "mlRuntimeSubClass.h"
#include "mlSubImage.h"
#include <mlMetaProfilePtr.h>

Go to the source code of this file.

Classes

class  ml::MemoryImage
 A memory cache for the complete output image of an output connector. More...
 

Namespaces

 ml
 Define the namespace name like in the ML. Default is ml.
 

Typedefs

Deprecated
typedef MemoryImage ml::MemoryImg
 

Functions

ostream & std::operator<< (ostream &s, const ml::MemoryImage &mi)
 Overload "<<" operator for stream output of ML MemoryImage objects. More...
 

Detailed Description

Defines the class MemoryImage which manages memory mapped images in ML output connectors.

Author
Wolf Spindler
Date
05/2003

Definition in file mlMemoryImage.h.