Stream seeking.

Enumerator:
FXFromStart 
FXFromCurrent  Seek from start position.
FXFromEnd  Seek from current position.

Definition at line 73 of file FXStream.h.

00073               {
00074   FXFromStart=0,                
00075   FXFromCurrent=1,              
00076   FXFromEnd=2                   
00077   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:47 2009 for TnFOX by doxygen v1.4.7