arsa  2.7
Public Member Functions | Public Attributes | List of all members
irr::io::SAttributeReadWriteOptions Struct Reference

struct holding data describing options More...

#include <IAttributeExchangingObject.h>

Public Member Functions

 SAttributeReadWriteOptions ()
 Constructor. More...
 

Public Attributes

s32 Flags
 Combination of E_ATTRIBUTE_READ_WRITE_FLAGS or other, custom ones. More...
 
const fschar_tFilename
 Optional filename. More...
 

Detailed Description

struct holding data describing options

Definition at line 34 of file IAttributeExchangingObject.h.

Constructor & Destructor Documentation

◆ SAttributeReadWriteOptions()

irr::io::SAttributeReadWriteOptions::SAttributeReadWriteOptions ( )
inline

Constructor.

Definition at line 37 of file IAttributeExchangingObject.h.

38  : Flags(0), Filename(0)
39  {
40  }
s32 Flags
Combination of E_ATTRIBUTE_READ_WRITE_FLAGS or other, custom ones.
const fschar_t * Filename
Optional filename.

Member Data Documentation

◆ Filename

const fschar_t* irr::io::SAttributeReadWriteOptions::Filename

Optional filename.

Definition at line 46 of file IAttributeExchangingObject.h.

◆ Flags

s32 irr::io::SAttributeReadWriteOptions::Flags

Combination of E_ATTRIBUTE_READ_WRITE_FLAGS or other, custom ones.

Definition at line 43 of file IAttributeExchangingObject.h.


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