#include <object_base.h>
Collaboration diagram for pairing< type1, type2 >:

Public Member Functions | |
| pairing (type1 a, type2 b) | |
| type1 & | get1 () |
| const type1 & | get1 () const |
| type2 & | get2 () |
| const type2 & | get2 () const |
Public Attributes | |
| type1 | _a |
| type2 | _b |
Definition at line 120 of file object_base.h.
| type1& pairing< type1, type2 >::get1 | ( | ) | [inline] |
| const type1& pairing< type1, type2 >::get1 | ( | ) | const [inline] |
| type2& pairing< type1, type2 >::get2 | ( | ) | [inline] |
| const type2& pairing< type1, type2 >::get2 | ( | ) | const [inline] |
1.5.1