|
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
|
#include <FXIOHandle.h>
Public Methods | |
| FXIOData (FXInputHandle h=INVALID_HANDLE, FXbool outOfBand=FALSE) | |
| FXIOData (FXuchar *d, FXuint n) | |
| virtual | ~FXIOData () |
Public Attributes | |
| FXInputHandle | iohandle |
| FXuchar * | data |
| FXuint | no |
| FXbool | oob |
Friends | |
| FXStream & | operator<< (FXStream &store, const FXIOData &d) |
| FXStream & | operator>> (FXStream &store, FXIOData &d) |
Definition at line 33 of file FXIOHandle.h.
|
|||||||||||||||
|
Construct from existing IO handle.
|
|
|||||||||||||||
|
Construct to contain data.
|
|
|
dtor.
|
|
|||||||||||||||
|
save structure to stream.
|
|
|||||||||||||||
|
load structure from stream.
|
|
|
Definition at line 35 of file FXIOHandle.h. |
|
|
Definition at line 36 of file FXIOHandle.h. |
|
|
Definition at line 37 of file FXIOHandle.h. |
|
|
Definition at line 38 of file FXIOHandle.h. |