Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Stream data flow direction


Enumerations

enum  FXStreamDirection {
  FXStreamDead = 0,
  FXStreamSave = 1,
  FXStreamLoad = 2
}
 Stream data flow direction. More...


Enumeration Type Documentation

enum FX::FXStreamDirection
 

Enumeration values:
FXStreamDead  Unopened stream.
FXStreamSave  Saving stuff to stream.
FXStreamLoad  Loading stuff from stream.