Interface for array of strings that supports smart reference counting.
More...
#include <artec/sdk/base/IString.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 |
| Increase object reference counter. More...
|
|
virtual int | release () const =0 |
| Decrease object reference counter. More...
|
|
Interface for array of strings that supports smart reference counting.
Definition at line 49 of file IString.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: