| Polaris: translateobject.h Source File | ||
|
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
translateobject.hGo to the documentation of this file.00001 #ifndef _TRANSLATEOBJECT_H 00002 #define _TRANSLATEOBJECT_H 00003 /// 00004 enum REF_TYPE { 00005 IN_REF_EXPR, 00006 IN_OUT_REF_EXPR, 00007 OUT_REF_EXPR 00008 }; 00009 /// 00010 /// 00011 #endif |
||
|