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

#include <animaBlock.h>

Public Member Functions

 DBlock (int size, void(*err_function)(char *)=NULL)
 
void Delete (Type *t)
 
Type * New ()
 
 ~DBlock ()
 

Detailed Description

template<class Type>
class anima::DBlock< Type >

Definition at line 204 of file animaBlock.h.

Constructor & Destructor Documentation

◆ DBlock()

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

Definition at line 211 of file animaBlock.h.

◆ ~DBlock()

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

Definition at line 214 of file animaBlock.h.

Member Function Documentation

◆ Delete()

template<class Type>
void anima::DBlock< Type >::Delete ( Type *  t)
inline

Definition at line 239 of file animaBlock.h.

◆ New()

template<class Type>
Type* anima::DBlock< Type >::New ( )
inline

Definition at line 217 of file animaBlock.h.


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