An array object.  
 More...
#include <gf/DataObject.h>
An array object. 
An array object contains data objects.
- See also
 - gf::DataObject 
 
 
◆ begin() [1/2]
Get an iterator to the first element. 
- Returns
 - A pointer to the first element
 
- See also
 - end() 
 
 
 
◆ begin() [2/2]
Get an iterator to the first element. 
- Returns
 - A pointer to the first element
 
- See also
 - end() 
 
 
 
◆ end() [1/2]
Get an iterator past the last element. 
- Returns
 - A pointer past the last element
 
- See also
 - begin() 
 
 
 
◆ end() [2/2]
Get an iterator past the last element. 
- Returns
 - A pointer past the last element
 
- See also
 - begin() 
 
 
 
◆ data
◆ size
      
        
          | uint32_t gf::DataArray::size |