44#ifndef B_EVIL_DECL_HPP
45#define B_EVIL_DECL_HPP
56template<
class T>
class AEvil;
A subclass of EvilBase that calls BEvil.
A subclass of EvilBase that calls AEvil.
RCP< BEvil< T > > bEvil()
Nonmember constructor.
void soundOff(const T &obj) const
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...
Smart reference counting pointer class for automatic garbage collection.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.