#include <artec/sdk/base/IArray.h>
|
| virtual int | getSize () const =0 |
| | Get Array elements count. More...
|
| |
| virtual const wchar_t * | getElement (int index) const =0 |
| | Get pointer to the string. More...
|
| |
| virtual void | setElement (int index, const wchar_t *string)=0 |
| | set string to array More...
|
| |
| virtual int | addRef () const =0 |
| |
| virtual int | release () const =0 |
| |
Definition at line 145 of file IArray.h.
| virtual const wchar_t* artec::sdk::base::IArrayString::getElement |
( |
int |
index | ) |
const |
|
pure virtual |
Get pointer to the string.
| virtual int artec::sdk::base::IArrayString::getSize |
( |
| ) |
const |
|
pure virtual |
Get Array elements count.
| virtual void artec::sdk::base::IArrayString::setElement |
( |
int |
index, |
|
|
const wchar_t * |
string |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: