HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Defines.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UT_GIANTBUF   16384
 
#define UT_BIGBUF   8192
 
#define UT_MIDBUF   4096
 
#define UT_SMALLBUF   1024
 
#define UT_TINYBUF   512
 
#define UT_NUMBUF   65
 
#define UT_BUFSIZE   UT_BIGBUF
 
#define UT_SECTION_SEPARATOR_CHAR   '?'
 
#define UT_SECTION_SEPARATOR_STRING   "?"
 
#define UT_OTL_LIBRARY_PREFIX   "oplib:"
 
#define UT_OTL_LIBRARY_PREFIX_LEN   6
 
#define UT_HDA_DEFINITION_PREFIX   "opdef:"
 
#define UT_HDA_DEFINITION_PREFIX_LEN   6
 
#define UT_OP_DATA_BLOCK_PREFIX   "opdatablock:"
 
#define UT_OP_DATA_BLOCK_PREFIX_LEN   12
 

Macro Definition Documentation

#define UT_BIGBUF   8192

Definition at line 18 of file UT_Defines.h.

#define UT_BUFSIZE   UT_BIGBUF

Definition at line 25 of file UT_Defines.h.

#define UT_GIANTBUF   16384

Definition at line 17 of file UT_Defines.h.

#define UT_HDA_DEFINITION_PREFIX   "opdef:"

Definition at line 39 of file UT_Defines.h.

#define UT_HDA_DEFINITION_PREFIX_LEN   6

Definition at line 40 of file UT_Defines.h.

#define UT_MIDBUF   4096

Definition at line 19 of file UT_Defines.h.

#define UT_NUMBUF   65
Examples:
DOP/DOP_GroupAndApply.C, and VOP/VOP_Switch.C.

Definition at line 24 of file UT_Defines.h.

#define UT_OP_DATA_BLOCK_PREFIX   "opdatablock:"

Definition at line 44 of file UT_Defines.h.

#define UT_OP_DATA_BLOCK_PREFIX_LEN   12

Definition at line 45 of file UT_Defines.h.

#define UT_OTL_LIBRARY_PREFIX   "oplib:"

Definition at line 34 of file UT_Defines.h.

#define UT_OTL_LIBRARY_PREFIX_LEN   6

Definition at line 35 of file UT_Defines.h.

#define UT_SECTION_SEPARATOR_CHAR   '?'

Definition at line 29 of file UT_Defines.h.

#define UT_SECTION_SEPARATOR_STRING   "?"

Definition at line 30 of file UT_Defines.h.

#define UT_SMALLBUF   1024

Definition at line 20 of file UT_Defines.h.

#define UT_TINYBUF   512

Definition at line 21 of file UT_Defines.h.