43#ifndef PANZER_GLOBAL_DATA_ACCEPTOR_DEFAULT_IMPL_HPP
44#define PANZER_GLOBAL_DATA_ACCEPTOR_DEFAULT_IMPL_HPP
46#include "Teuchos_RCP.hpp"
62 void setGlobalData(
const Teuchos::RCP<panzer::GlobalData>& gd);
68 Teuchos::RCP<panzer::GlobalData>
m_gd;
Default implementation for accessing the GlobalData object.
GlobalDataAcceptorDefaultImpl()
~GlobalDataAcceptorDefaultImpl()
void setGlobalData(const Teuchos::RCP< panzer::GlobalData > &gd)
Teuchos::RCP< panzer::GlobalData > m_gd
Teuchos::RCP< panzer::GlobalData > getGlobalData() const
Interface for accessing the GlobalData object.