#include <map>#include <string>#include <stdio.h>#include "SIO_definitions.h"#include "SIO_functions.h"#include "SIO_record.h"Go to the source code of this file.
Classes | |
| class | SIO_stream |
Defines | |
| #define | SIO_STREAM_H 1 |
Typedefs | |
| typedef std::map< void *, void * > | pointedAtMap_c |
| typedef std::map< void *, void * >::iterator | pointedAtMap_i |
| typedef std::multimap< void *, void * > | pointerToMap_c |
| typedef std::multimap< void *, void * >::iterator | pointerToMap_i |
|
|
Definition at line 14 of file SIO_stream.h. |
|
|
Definition at line 25 of file SIO_stream.h. |
|
|
Definition at line 26 of file SIO_stream.h. Referenced by SIO_record::read(), and SIO_record::write(). |
|
|
Definition at line 28 of file SIO_stream.h. |
|
|
Definition at line 29 of file SIO_stream.h. Referenced by SIO_record::read(), and SIO_record::write(). |
1.3.9.1