![]() |
|
|
Generated: 18 Jul 2008 |
#include <Tuples.h>
Inheritance diagram for Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >:


Definition at line 35 of file Tuples.h.
Public Member Functions | |
| _TupAdapter (OBJECT object) | |
| RESULT | operator() (ARGUMENT arg) const |
| the only one essential menthod | |
Private Member Functions | |
| _TupAdapter () | |
Private Attributes | |
| OBJECT | m_object |
| Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::_TupAdapter | ( | OBJECT | object | ) | [inline] |
| Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::_TupAdapter | ( | ) | [private] |
| RESULT Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::operator() | ( | ARGUMENT | arg | ) | const [inline] |
the only one essential menthod
Definition at line 42 of file Tuples.h.
References Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::m_object.
00043 { return m_object( arg ) ; }
OBJECT Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::m_object [private] |
Definition at line 48 of file Tuples.h.
Referenced by Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::operator()().