| 
    GDAL
    
   | 
 
Store the raw result of an attribute value, which might contain dynamically allocated structures (like pointer to strings). More...
#include <gdal_priv.h>
Public Member Functions | |
| ~GDALRawResult () | |
| Destructor.  | |
| GDALRawResult (GDALRawResult &&) | |
| Move constructor.  | |
| GDALRawResult & | operator= (GDALRawResult &&) | 
| Move assignment.  | |
| const GByte & | operator[] (size_t idx) const | 
| Return byte at specified index.  | |
| const GByte * | data () const | 
| Return pointer to the start of data.  | |
| size_t | size () const | 
| Return the size in bytes of the raw result.  | |
Friends | |
| class | GDALAttribute | 
Store the raw result of an attribute value, which might contain dynamically allocated structures (like pointer to strings).