AndroMeta  2.0.0
Classes | Typedefs
AndroMeta/include/AndroMeta/MPLObject.h File Reference

The unit of data abstraction for an MPL-based program. Users subclass MPLObject in MML++ and define M-compatible fields which are available to MPL components such as the MPLKernel compiler. More...

#include <AndroMeta/MNode.h>

Go to the source code of this file.

Classes

class  Meta::MPLObject
 The unit of data abstraction for an MPL-based program. Users subclass MPLObject in MML++ and define M-compatible fields which are available to MPL components such as the MPLKernel compiler. More...

Typedefs

typedef std::pair< class
MPLObject *, class MPLObject * > 
Meta::MPLPair
typedef MVector< MPLPair > Meta::MPLPairVec

Detailed Description

The unit of data abstraction for an MPL-based program. Users subclass MPLObject in MML++ and define M-compatible fields which are available to MPL components such as the MPLKernel compiler.