The BufferedStream class is a template class that that performs a buffered read of Element_Type data from a VirtualFile.
More...
#include <BufferedStream.hpp>
List of all members.
Detailed Description
template<class Element_Type, int Chunk_Size>
class vl::BufferedStream< Element_Type, Chunk_Size >
The BufferedStream class is a template class that that performs a buffered read of Element_Type data from a VirtualFile.
Constructor & Destructor Documentation
template<class Element_Type, int Chunk_Size>
Member Function Documentation
template<class Element_Type, int Chunk_Size>
| virtual const char* vl::BufferedStream< Element_Type, Chunk_Size >::className |
( |
) |
[inline, virtual] |
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
| bool vl::BufferedStream< Element_Type, Chunk_Size >::readToken |
( |
Element_Type * |
token ) |
[inline] |
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
| void vl::BufferedStream< Element_Type, Chunk_Size >::ungetToken |
( |
const Element_Type & |
token ) |
[inline] |
Member Data Documentation
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
template<class Element_Type, int Chunk_Size>
The documentation for this class was generated from the following file: