#include <simpleBase.h>

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
|
|
| SimpleBase & | operator= (const SimpleBase &sb) |
| Assignment operator. |
|
Protected Member Functions |
|
|
Predicates
|
|
| bool | isValid_ (AtomContainer &ac) |
|
Accessors
|
|
| void | calculate_ (AtomContainer &ac) |
\
1.5.8