25 #ifndef GRINS_FACTORY_WITH_GETPOT_H 
   26 #define GRINS_FACTORY_WITH_GETPOT_H 
   29 #include "libmesh/factory.h" 
   30 #include "libmesh/getpot.h" 
   35   template<
typename Base>
 
   59 #endif // GRINS_FACTORY_WITH_GETPOT_H 
FactoryWithGetPot(const std::string &name)
 
static void set_getpot(const GetPot &input)
 
static const GetPot * _input
We store only a raw pointer here because we can't make a copy. 
 
Abstract factory that provides availability of GetPot.