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