HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_OutputCode.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: OP_OutputCode.h ( OP Library, C++)
7  *
8  * COMMENTS: The paramater structure for the output code functions.
9  */
10 
11 #ifndef __OP_OutputCode__
12 #define __OP_OutputCode__
13 
14 #include "OP_API.h"
15 #include <UT/UT_String.h>
16 #include <UT/UT_ValArray.h>
17 
19 {
20 public:
23 
24  // Take space delimitted list and add all the parms individually:
25  void addFParms(const char *parms);
26  void addIParms(const char *parms);
27  void addPreDefines(const char *defines);
28 
30  UT_String myCFile, myHFile;
33  int myTiming;
36 };
37 
38 #endif
39 
UT_ValArray< char * > myPreDefines
Definition: OP_OutputCode.h:32
UT_ValArray< char * > myIParm
Definition: OP_OutputCode.h:31
#define OP_API
Definition: OP_API.h:10