GDAL
Public Member Functions | Friends | List of all members
GDALRawResult Class Reference

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.
 
GDALRawResultoperator= (GDALRawResult &&)
 Move assignment.
 
const GByteoperator[] (size_t idx) const
 Return byte at specified index.
 
const GBytedata () const
 Return pointer to the start of data.
 
size_t size () const
 Return the size in bytes of the raw result.
 

Friends

class GDALAttribute
 

Detailed Description

Store the raw result of an attribute value, which might contain dynamically allocated structures (like pointer to strings).

Since
GDAL 3.1

The documentation for this class was generated from the following files: