Chombo + EB  3.0
Public Member Functions | List of all members
DataFactory< T > Class Template Referenceabstract

Factory object to data members of a BoxLayoutData container. More...

#include <BoxLayoutData.H>

Inheritance diagram for DataFactory< T >:
Inheritance graph
[legend]

Public Member Functions

virtual ~DataFactory ()
 
virtual T * create (const Box &box, int ncomps, const DataIndex &a_datInd) const =0
 factory function. creates a new 'T' object More...
 
virtual bool callDelete () const
 

Detailed Description

template<class T>
class DataFactory< T >

Factory object to data members of a BoxLayoutData container.

Constructor & Destructor Documentation

◆ ~DataFactory()

template<class T>
virtual DataFactory< T >::~DataFactory ( )
inlinevirtual

Member Function Documentation

◆ create()

template<class T>
virtual T* DataFactory< T >::create ( const Box box,
int  ncomps,
const DataIndex a_datInd 
) const
pure virtual

◆ callDelete()

template<class T>
virtual bool DataFactory< T >::callDelete ( ) const
inlinevirtual

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