| 
    GRINS-0.7.0
    
   | 
 
Abstract factory that provides availability of GetPot. More...
#include <factory_with_getpot.h>


Public Member Functions | |
| FactoryWithGetPot (const std::string &name) | |
| ~FactoryWithGetPot () | |
Static Public Member Functions | |
| static void | set_getpot (const GetPot &input) | 
Protected Member Functions | |
| template<> | |
| const GetPot * | _input | 
| template<> | |
| const GetPot * | _input | 
| template<> | |
| const GetPot * | _input | 
| template<> | |
| const GetPot * | _input | 
| template<> | |
| const GetPot * | _input | 
Static Protected Attributes | |
| static const GetPot * | _input | 
| We store only a raw pointer here because we can't make a copy.  More... | |
Abstract factory that provides availability of GetPot.
Definition at line 36 of file factory_with_getpot.h.
      
  | 
  inline | 
Definition at line 39 of file factory_with_getpot.h.
      
  | 
  inline | 
Definition at line 43 of file factory_with_getpot.h.
      
  | 
  protected | 
Definition at line 43 of file error_estimator_factory_base.C.
      
  | 
  protected | 
Definition at line 44 of file dirichlet_bc_factory_abstract.C.
      
  | 
  protected | 
Definition at line 44 of file catalycity_factory_abstract.C.
Referenced by GRINS::FactoryWithGetPot< NeumannBCContainer >::set_getpot().
      
  | 
  protected | 
Definition at line 47 of file physics_factory_base.C.
      
  | 
  protected | 
Definition at line 76 of file neumann_bc_factory_abstract.C.
      
  | 
  inlinestatic | 
Definition at line 45 of file factory_with_getpot.h.
      
  | 
  staticprotected | 
We store only a raw pointer here because we can't make a copy.
Otherwise, the UFO detection will be all screwed. We are not taking ownership of this, so we need to not delete this.
Definition at line 53 of file factory_with_getpot.h.