#include "cl/NArray.h"
#include <iostream.h>
Include dependency graph for SLContext.h:
Go to the source code of this file.
Compounds | |||
class | AttrDaemon | ||
class | AttrRec | ||
class | AttrStackRec | ||
class | SLContext | ||
Defines | |||
#define | SC_GET(X) ((sc ## X *) context->Get(a ## X)) | ||
Typedefs | |||
typedef Int | AttrType | ||
typedef Void* | AttrPtr | ||
typedef NArray<AttrRec> | AttrList | ||
typedef NArray<AttrStackRec> | AttrStackList | ||
Functions | |||
ostream& | operator<< (ostream &s, const AttrRec &ar) | ||
ostream& | operator<< (ostream &s, const AttrStackRec &asr) |
#define SC_GET(X) ((sc ## X *) context->Get(a ## X)) |
Definition at line 20 of file SLContext.h.
typedef NArray<AttrRec> AttrList |
Definition at line 66 of file SLContext.h.
typedef Void* AttrPtr |
Definition at line 33 of file SLContext.h.
typedef NArray<AttrStackRec> AttrStackList |
Definition at line 67 of file SLContext.h.
typedef Int AttrType |
Definition at line 32 of file SLContext.h.
ostream & operator<< (ostream & s, const AttrStackRec & asr) |
Definition at line 156 of file SLContext.cc.
ostream & operator<< (ostream & s, const AttrRec & ar) |
Definition at line 149 of file SLContext.cc.