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