Windows C++ Library
|
The IOutputStream interface declaration. More...
#include "IStreamBase.hpp"
Classes | |
class | WCL::IOutputStream |
The interface implemented by streams that support writing. More... | |
Namespaces | |
namespace | WCL |
The Windows C++ Library namespace. | |
Functions | |
void | operator<< (WCL::IOutputStream &rStream, bool rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, int8 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, int16 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, int32 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, uint8 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, uint16 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, uint32 rBuffer) |
void | operator<< (WCL::IOutputStream &rStream, const char *pBuffer) |
void | operator<< (WCL::IOutputStream &rStream, const wchar_t *pBuffer) |
The IOutputStream interface declaration.
void operator<< | ( | WCL::IOutputStream & | rStream, |
bool | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
int8 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
int16 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
int32 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
uint8 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
uint16 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
uint32 | rBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
const char * | pBuffer | ||
) | [inline] |
void operator<< | ( | WCL::IOutputStream & | rStream, |
const wchar_t * | pBuffer | ||
) | [inline] |