44 #ifndef B_EVIL_DECL_HPP
45 #define B_EVIL_DECL_HPP
56 template<
class T>
class AEvil;
62 class BEvil :
public EvilBase<T> {
65 void callAEvil(
const AEvil<T> &aEvil,
const T& obj)
const;
86 #endif // B_EVIL_DECL_HPP
void callAEvil(const AEvil< T > &aEvil, const T &obj) const
void soundOff(const T &obj) const
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
Smart reference counting pointer class for automatic garbage collection.
RCP< BEvil< T > > bEvil()
Nonmember constructor.
A subclass of EvilBase that calls AEvil.