|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
44 #ifndef B_EVIL_DECL_HPP
45 #define B_EVIL_DECL_HPP
56 template<
class T>
class AEvil;
86 #endif // B_EVIL_DECL_HPP
void soundOff(const T &obj) const
RCP< BEvil< T > > bEvil()
Nonmember constructor.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
Smart reference counting pointer class for automatic garbage collection.
A subclass of EvilBase that calls BEvil.
void callAEvil(const AEvil< T > &aEvil, const T &obj) const
Evil base class that people often write with a factory function to all of the subclasses in the inter...
A subclass of EvilBase that calls AEvil.