#include "ace/pre.h"
#include "ace/IOStream.h"
#include "ace/INET_Addr.h"
#include "ace/Handle_Set.h"
#include "ace/post.h"
Include dependency graph for IOStream_T.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_IOStream |
A template adapter for creating an iostream-like object using an ACE IPC Stream for the actual I/O. Iostreams use an underlying streambuf object for the IO interface. The iostream class and derivatives provide you with a host of convenient operators that access the streambuf. More... | |
class | ACE_SOCK_Dgram_SC |
"Dgram_SC" is short for "Datagram Self-Contained.". More... | |
class | ACE_Streambuf_T |
IOStream_T.h,v 4.34 2002/08/09 19:57:55 schmidt Exp