ANIMA  4.0
Classes | Public Member Functions | List of all members
anima::Block< Type > Class Template Reference

#include <animaBlock.h>

Public Member Functions

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

Detailed Description

template<class Type>
class anima::Block< Type >

Definition at line 101 of file animaBlock.h.

Constructor & Destructor Documentation

◆ Block()

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

Definition at line 108 of file animaBlock.h.

◆ ~Block()

template<class Type>
anima::Block< Type >::~Block ( )
inline

Definition at line 111 of file animaBlock.h.

Member Function Documentation

◆ New()

template<class Type>
Type* anima::Block< Type >::New ( int  num = 1)
inline

◆ Reset()

template<class Type>
void anima::Block< Type >::Reset ( )
inline

Definition at line 167 of file animaBlock.h.

◆ ScanFirst()

template<class Type>
Type* anima::Block< Type >::ScanFirst ( )
inline

Definition at line 142 of file animaBlock.h.

◆ ScanNext()

template<class Type>
Type* anima::Block< Type >::ScanNext ( )
inline

Definition at line 155 of file animaBlock.h.


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