#include <SerializeStream.h>
Inheritance diagram for oasys::IOStream< _IO_Op >:
Definition at line 64 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 66 of file SerializeStream.h.
virtual oasys::IOStream< _IO_Op >::~IOStream | ( | ) | [inline, virtual] |
Definition at line 68 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 71 of file SerializeStream.h.
References oasys::IOStream< _IO_Op >::io_.
IOClient* oasys::IOStream< _IO_Op >::io_ [private] |
Definition at line 76 of file SerializeStream.h.
Referenced by oasys::IOStream< _IO_Op >::process_bits().