|
ADTF
|
#include <stream.h>
Static Public Member Functions | |
| static tResult | Write (IOutputStream &oOutStream, const T &oValue, size_t &szCount) |
| static tResult | Read (const IInputStream &oInStream, T &oValue, size_t &szCount) |
Helper template for writing and reading types
| T | Type for specialization. |