Interface for string with smart reference counting.
More...
#include <artec/sdk/base/IString.h>
|
virtual int | getLength () const =0 |
| Get number of array elements. More...
|
|
virtual const wchar_t * | getPointer () const =0 |
| Get data pointer for reading only. More...
|
|
virtual int | addRef () const =0 |
| Increase object reference counter. More...
|
|
virtual int | release () const =0 |
| Decrease object reference counter. More...
|
|
Interface for string with smart reference counting.
Definition at line 33 of file IString.h.
virtual int artec::sdk::base::IString::getLength |
( |
| ) |
const |
|
pure virtual |
Get number of array elements.
virtual const wchar_t* artec::sdk::base::IString::getPointer |
( |
| ) |
const |
|
pure virtual |
Get data pointer for reading only.
The documentation for this class was generated from the following file: