#include <PartialTuple.h>
Inheritance diagram for PartialTuple:

Public Methods | |
| PartialTuple (const std::string& item_list) | |
| void | addItem (const char* name, const float* datum) |
| insert the current values of the labeled data, (both define, and update). More... | |
| void | printOn (std::ostream& out) const |
Private Attributes | |
| std::set<std::string> | m_item_names |
|
|
Definition at line 19 of file PartialTuple.h. |
|
|
insert the current values of the labeled data, (both define, and update).
Reimplemented from GlastTuple. Definition at line 40 of file PartialTuple.h. |
|
|
Definition at line 46 of file PartialTuple.h. |
|
|
Definition at line 62 of file PartialTuple.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000