#include <simpleBase.h>
Inheritance diagram for SimpleBase:

Public Member Functions | |
Constructors and Destructors | |
| SimpleBase () | |
| Default constructor. | |
| SimpleBase (const SimpleBase &sb) | |
| Copy constructor. | |
| SimpleBase (const String &name) | |
| Named constructor. | |
| SimpleBase (const String &name, const String &unit) | |
| Named unit constructor. | |
| virtual | ~SimpleBase () |
| Destructor. | |
Assignment | |
| virtual SimpleBase & | operator= (const SimpleBase &sb) |
| Assignment operator. | |
Protected Member Functions | |
Predicates | |
| bool | isValid_ (AtomContainer &ac) |
Accessors | |
| void | calculate_ (AtomContainer &ac) |
\