HDK
|
#include "PRM_API.h"
#include <UT/UT_NonCopyable.h>
#include <UT/UT_String.h>
#include <SYS/SYS_Types.h>
Go to the source code of this file.
Classes | |
class | PRM_BatchParm |
Macros | |
#define | PRM_BATCH_CACHE_SIZE 4 |
Enumerations | |
enum | PRM_BatchType { PRM_BATCH_INT, PRM_BATCH_REAL, PRM_BATCH_STRING, PRM_BATCH_RAWSTRING } |
#define PRM_BATCH_CACHE_SIZE 4 |
Definition at line 28 of file PRM_BatchParm.h.
enum PRM_BatchType |
Enumerator | |
---|---|
PRM_BATCH_INT | |
PRM_BATCH_REAL | |
PRM_BATCH_STRING | |
PRM_BATCH_RAWSTRING |
Definition at line 20 of file PRM_BatchParm.h.