Go to the source code of this file.
Classes | |
| class | Sundance::Handleable< Base > |
| Class Handleable provides an abstract interface for polymorphic conversion from raw pointers to smart pointers. More... | |
Namespaces | |
| namespace | Sundance |
Defines | |
| #define | GET_RCP(Base) |
| #define GET_RCP | ( | Base | ) |
/** Handleable<##Base> interface */ \ virtual Teuchos::RCP<Base > getRcp() {return rcp(this);}
Definition at line 35 of file SundanceHandleable.hpp.