GL Studio C++ Runtime API
GlsGloFile::ObjectData Class Reference

#include <gls_glo_file.h>

Public Member Functions

 ObjectData (Reader *reader)
 
void SetNumAttributes (const short numAttributes)
 
bool HasAttributes ()
 
GlsGloFileAttributeGetNextAttribute ()
 

Detailed Description

The ObjectData class. A wrapper used to iterate through GLO data.

Constructor & Destructor Documentation

◆ ObjectData()

ObjectData ( Reader reader)

Constructor

Parameters
readerObserving pointer to the GLO reader.

Member Function Documentation

◆ GetNextAttribute()

GlsGloFileAttribute * GetNextAttribute ( )
Returns
A pointer to the next attribute to be read.

◆ HasAttributes()

bool HasAttributes ( )
inline
Returns
Whether or not there are any attributes to be read.

◆ SetNumAttributes()

void SetNumAttributes ( const short  numAttributes)
inline

Set the number of attributes to be read

Parameters
numAttributesThe new number of attributes to be read.

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