#include <SerializeStream.h>
Inheritance diagram for oasys::IOStream< _IO_Op >:

Definition at line 80 of file SerializeStream.h.
Public Member Functions | |
| IOStream (IOClient *io) | |
| virtual | ~IOStream () |
| int | process_bits (char *buf, size_t size) |
| virtual from SerializeStream | |
Private Attributes | |
| IOClient * | io_ |
| oasys::IOStream< _IO_Op >::IOStream | ( | IOClient * | io | ) | [inline] |
Definition at line 82 of file SerializeStream.h.
| virtual oasys::IOStream< _IO_Op >::~IOStream | ( | ) | [inline, virtual] |
Definition at line 84 of file SerializeStream.h.
| int oasys::IOStream< _IO_Op >::process_bits | ( | char * | buf, | |
| size_t | size | |||
| ) | [inline, virtual] |
virtual from SerializeStream
Implements oasys::SerializeStream.
Definition at line 87 of file SerializeStream.h.
References oasys::IOStream< _IO_Op >::io_.
IOClient* oasys::IOStream< _IO_Op >::io_ [private] |
Definition at line 92 of file SerializeStream.h.
Referenced by oasys::IOStream< _IO_Op >::process_bits().
1.5.1