|
Public Member Functions |
| | CIDParser () |
| void | Parse_File (char *IDFile, CCDGNodeList *pprocedures, CIntegrationData *proot) |
| void | Integrate_Guest_Into_Host (char *g, char *h, bool coroutines) |
| void | Dedicated_Guest (char *g) |
| void | Set_Tolerance (long t) |
| void | SGE_Implicit_Guest_Directive (char *label) |
| void | SGE_Guest_At_Directive (char *label, long cy) |
| void | SGE_Guest_Into_Host_Directive (char *guest, char *host) |
| void | LGE_Loop_Iteration_Directive (char *label, long period, int icount) |
| void | LGE_Guest_Into_Loop_Directive (char *guest, char *host, long first) |
| void | Hint_Loop_Iterations_Directive (char *loop, int iterations) |
| void | Hint_Call_Duration_Directive (char *lable, long duration) |
| void | SetCoCallPeriod (long period) |
| void | CoCall12 (char *cocallfile) |
| void | CoCall21 (char *cocallfile) |
| CCDGNodeList * | Get_Procedures () |
| CIntegrationData * | Get_Root () |
Private Attributes |
| CIntegrationData * | root |
| CCDGNodeList * | procedures |
| long | tolerance |