#include <camtype.h>
Public Types | |
enum | { typeNull, typeInt, typeLong, typeFloat, typeDouble, typeComplex } |
Public Member Functions | |
CAMType () | |
CAMType (const CAMType &T) | |
CAMType (int dataTypeValue) | |
~CAMType () | |
void | operator= (CAMType &T) |
int | getTypeValue () |
void | setTypeValue (int dataTypeValue) |
int | getConversionValue () |
Protected Attributes | |
int | Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|