xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::GFF3Struct::Field Struct Reference

A field in the GFF3 struct. More...

Public Member Functions

 Field ()
 
 Field (FieldType t, uint32 d)
 

Public Attributes

FieldType type
 Type of the field. More...
 
uint32 data
 Data of the field. More...
 
bool extended
 Does this field need extended data? More...
 

Detailed Description

A field in the GFF3 struct.

Definition at line 246 of file gff3file.h.

Constructor & Destructor Documentation

◆ Field() [1/2]

Aurora::GFF3Struct::Field::Field ( )

Definition at line 286 of file gff3file.cpp.

◆ Field() [2/2]

Aurora::GFF3Struct::Field::Field ( FieldType  t,
uint32  d 
)

Member Data Documentation

◆ data

uint32 Aurora::GFF3Struct::Field::data

◆ extended

bool Aurora::GFF3Struct::Field::extended

Does this field need extended data?

Definition at line 249 of file gff3file.h.

Referenced by Field(), and Aurora::GFF3Struct::getData().

◆ type

FieldType Aurora::GFF3Struct::Field::type

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