10 #ifndef B_EVIL_DECL_HPP
11 #define B_EVIL_DECL_HPP
22 template<
class T>
class AEvil;
28 class BEvil :
public EvilBase<T> {
31 void callAEvil(
const AEvil<T> &aEvil,
const T& obj)
const;
52 #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.