StreamReader< T, TypeCategory > Struct Template Reference

StreamReader is a class used to parse integers out of stream. The default implementation will not allow ANY class to compile. You must use a specialization to get the code to compile. See StreamReader specializations below. We made add specializations to StreamReader later to allow other kinds of classes to be parsable. More...

#include <BIscan.h>


Detailed Description

template<class T, int TypeCategory = 0>
struct BIscan::StreamReader< T, TypeCategory >

StreamReader is a class used to parse integers out of stream. The default implementation will not allow ANY class to compile. You must use a specialization to get the code to compile. See StreamReader specializations below. We made add specializations to StreamReader later to allow other kinds of classes to be parsable.

Definition at line 1035 of file BIscan.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:52:19 2012 for CXXUtilities by  doxygen 1.6.3