|
The Sparta Modeling Framework
|
A non-templated base class that all Collectors should inherit from. More...
#include <Collector.hpp>

Public Member Functions | |
| Collector (const std::string &name) | |
| Construct a collector. | |
| virtual | ~Collector () |
| Enable polymorphism and also be nice. | |
| std::string | getName () const |
Protected Attributes | |
| std::string | name_ |
A non-templated base class that all Collectors should inherit from.
Definition at line 22 of file Collector.hpp.
|
inline |
Construct a collector.
| parent | the parent tree node for this collector. |
| name | the name of the collector. |
| group | the TreeNode group name. |
| group_idx | the TreeNode group index. |
Definition at line 32 of file Collector.hpp.
|
inlinevirtual |
Enable polymorphism and also be nice.
Definition at line 37 of file Collector.hpp.
|
inline |
Definition at line 39 of file Collector.hpp.
|
protected |
The name of the collector. This will be used by many collectors to create child collectable objects
Definition at line 48 of file Collector.hpp.