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

Public Methods | |
| Tuple (const std::string& title) | |
| Tuple (std::istream& in) | |
| void | nextStream (std::istream& in) |
| void | setTitle (const std::string&) |
| float | operator[] (unsigned i) const |
| const char* | name (unsigned i) const |
| int | index (const std::string& name) const |
| const_iterator | find (const std::string& name) const |
| void | fillArray (float array[]) const |
| void | writeHeader (std::ostream&) const |
| virtual | ~Tuple () |
| const std::string& | title () const |
| const TupleItem* | tupleItem (const std::string& name) const |
Private Attributes | |
| std::string | m_title |
Static Private Attributes | |
| Tuple* | s_currentTuple = 0 |
Friends | |
| class | TupleItem |
| std::istream& | operator>> (std::istream&, Tuple&) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 79 of file Tuple.cxx. Referenced by nextStream(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 51 of file Tuple.h. Referenced by Tuple(), and GlastTuple::addItem(). |
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000