#include <Tuple.h>
Public Methods | |
| TupleItem () | |
| TupleItem (const std::string& name, float x=0) | |
| void | operator= (float x) |
| float | operator() () const |
| operator float () const | |
| std::string | name () const |
Private Methods | |
| float& | operator() () |
Private Attributes | |
| std::string | m_name |
| float | datum |
Friends | |
| class | Tuple |
| std::ostream& | operator<< (std::ostream&, const TupleItem& ) |
| std::istream& | operator>> (std::istream&, Tuple& ) |
|
|
|
|
|
|
|
|
Definition at line 32 of file Tuple.h. Referenced by TupleItem(), and operator<<(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000