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

Public Methods | |
| LbldData () | |
| ~LbldData () | |
| iterator | addElement (const char* c) |
| void | addData (iterator entry, float x) |
| iterator | addData (char* c, float x) |
| float | getData (iterator entry) const |
| float | getData (const char* name) const |
| float | operator[] (iterator entry) const |
| float | operator[] (const char* name) const |
| float& | operator[] (iterator entry) |
| int | dataCount () const |
| const_iterator | checkEntry (const char* c) const |
| void | clear () |
| value_type& | operator[] (int i) const |
| void | printOn (std::ostream& out ) |
Private Attributes | |
| std::vector<iterator> | m_iteratorlist |
|
|
Definition at line 17 of file LbldData.cxx. |
|
|
Definition at line 22 of file LbldData.cxx. |
|
|
Definition at line 39 of file LbldData.cxx. |
|
|
Definition at line 34 of file LbldData.cxx. |
|
|
Definition at line 26 of file LbldData.cxx. |
|
|
Definition at line 57 of file LbldData.cxx. |
|
|
Definition at line 66 of file LbldData.cxx. |
|
|
Definition at line 75 of file LbldData.h. |
|
|
Definition at line 51 of file LbldData.cxx. |
|
|
Definition at line 46 of file LbldData.cxx. Referenced by operator[](). |
|
|
Definition at line 84 of file LbldData.h. |
|
|
Definition at line 73 of file LbldData.h. |
|
|
Definition at line 70 of file LbldData.h. |
|
|
Definition at line 69 of file LbldData.h. |
|
|
Definition at line 75 of file LbldData.cxx. Referenced by operator<<(). |
|
|
Definition at line 92 of file LbldData.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000