#include <CVEX_Value.h>
Public Member Functions | |
| CVEX_Value (const char *name, CVEX_Type type, bool varying) | |
| ~CVEX_Value () | |
| const char * | getName () const |
| CVEX_Type | getType () const |
| bool | isExport () const |
| bool | isVarying () const |
| int | getArraySize () const |
| void * | getData () |
| bool | setData (void *data, int array_size) |
| bool | setData (UT_StringArray &stringdata) |
Friends | |
| class | CVEX_Context |
Definition at line 37 of file CVEX_Value.h.
| CVEX_Value::CVEX_Value | ( | const char * | name, | |
| CVEX_Type | type, | |||
| bool | varying | |||
| ) |
| CVEX_Value::~CVEX_Value | ( | ) |
| int CVEX_Value::getArraySize | ( | ) | const [inline] |
| void* CVEX_Value::getData | ( | ) | [inline] |
| const char* CVEX_Value::getName | ( | void | ) | const [inline] |
| CVEX_Type CVEX_Value::getType | ( | ) | const [inline] |
| bool CVEX_Value::isExport | ( | ) | const [inline] |
| bool CVEX_Value::isVarying | ( | ) | const [inline] |
Definition at line 45 of file CVEX_Value.h.
| bool CVEX_Value::setData | ( | UT_StringArray & | stringdata | ) |
| bool CVEX_Value::setData | ( | void * | data, | |
| int | array_size | |||
| ) |
friend class CVEX_Context [friend] |
Definition at line 79 of file CVEX_Value.h.
1.5.9