Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Chombo_EBIS Class Reference

singleton version of EBIndexSpace. More...

#include <EBIndexSpace.H>

Collaboration diagram for Chombo_EBIS:

Collaboration graph
[legend]
List of all members.

Static Public Methods

EBIndexSpaceinstance ()

Private Methods

 Chombo_EBIS ()
 ~Chombo_EBIS ()

Static Private Attributes

EBIndexSpaces_instance

Detailed Description

singleton version of EBIndexSpace.


Constructor & Destructor Documentation

Chombo_EBIS::Chombo_EBIS   [inline, private]
 

Chombo_EBIS::~Chombo_EBIS   [inline, private]
 


Member Function Documentation

EBIndexSpace* Chombo_EBIS::instance   [static]
 

Return a pointer to the singleton EBIndexSpace. Until this is called once, the singleton is null. See Design patterns for why this is done this way.


Member Data Documentation

EBIndexSpace* Chombo_EBIS::s_instance [static, private]
 

This is NULL until the first time instance() is called. On the first time it is called it is set to new EBIndexSpace(); After that it points to the same thing.


The documentation for this class was generated from the following file:
Generated on Wed Apr 16 14:35:04 2003 for EBChombo by doxygen1.2.16