Interface for array of bytes with smart reference counting.  
 More...
#include <artec/sdk/base/IArray.h>
|  | 
| virtual int | getSize () const =0 | 
|  | Get number of array elements.  More... 
 | 
|  | 
| virtual unsigned char * | 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 array of bytes with smart reference counting. 
Definition at line 62 of file IArray.h.
  
  | 
        
          | virtual unsigned char* artec::sdk::base::IArrayByte::getPointer | ( |  | ) | const |  | pure virtual | 
 
Get data pointer for reading only. 
 
 
  
  | 
        
          | virtual int artec::sdk::base::IArrayByte::getSize | ( |  | ) | const |  | pure virtual | 
 
Get number of array elements. 
 
 
The documentation for this class was generated from the following file: