ReadFramework
Block< Type > Class Template Reference

#include <block.h>

Public Member Functions

 Block (int size, void(*err_function)(const char *)=NULL)
 
 ~Block ()
 
Type * New (int num=1)
 
Type * ScanFirst ()
 
Type * ScanNext ()
 
void Reset ()
 

Constructor & Destructor Documentation

template<class Type>
Block< Type >::Block ( int  size,
void(*)(const char *)  err_function = NULL 
)
inline
template<class Type>
Block< Type >::~Block ( )
inline

Member Function Documentation

template<class Type>
Type* Block< Type >::New ( int  num = 1)
inline
template<class Type>
void Block< Type >::Reset ( )
inline
template<class Type>
Type* Block< Type >::ScanFirst ( )
inline
template<class Type>
Type* Block< Type >::ScanNext ( )
inline

The documentation for this class was generated from the following file: