Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
EvilPack Namespace Reference

Classes

class  AEvil
 A subclass of EvilBase that calls BEvil. More...
 
class  BEvil
 A subclass of EvilBase that calls AEvil. More...
 
class  EvilBase
 Evil base class that people often write with a factory function to all of the subclasses in the interface. More...
 
class  RCP
 Smart reference counting pointer class for automatic garbage collection. More...
 

Functions

template<class T>
RCP< AEvil< T > > aEvil ()
 Nonmember constructor.
 
template<class T>
RCP< BEvil< T > > bEvil ()
 Nonmember constructor.