Generic triple class. More...
Public Member Functions | |
| Triple (T first, U second, V third) | |
| Create a Triple object from existing data. | |
| Triple () | |
| Default constructor. | |
Properties | |
| T | First [get, set] |
| the first component | |
| U | Second [get, set] |
| the second component | |
| V | Third [get, set] |
| the third component | |
Generic triple class.
| Triple | ( | ) |
Default constructor.
| Triple | ( | T | first, | |
| U | second, | |||
| V | third | |||
| ) |
Create a Triple object from existing data.
| first | the first component | |
| second | the second component | |
| third | the third component |
T First [get, set] |
the first component
U Second [get, set] |
the second component
V Third [get, set] |
the third component
1.6.3