Utilities  1
Collection of utility classes and functions used by my C++ applications.
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
binaryreader.h File Reference
#include "../application/global.h"
#include "../conversion/types.h"
#include "../conversion/binaryconversion.h"
#include <vector>
#include <string>
#include <istream>
Include dependency graph for binaryreader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IoUtilities::BinaryReader
 Reads primitive data types from a std::istream using a specified ConversionUtilities::ByteOrder. More...
 

Namespaces

 IoUtilities
 Contains utility classes helping to read and write streams.