CoinTriple< S, T, U > Class Template Reference

#include <CoinSort.hpp>

Collaboration diagram for CoinTriple< S, T, U >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CoinTriple (const S &s, const T &t, const U &u)
 Construct from ordered triple.

Public Attributes

first
 First member of triple.
second
 Second member of triple.
third
 Third member of triple.

Detailed Description

template<class S, class T, class U>
class CoinTriple< S, T, U >

Definition at line 351 of file CoinSort.hpp.


Constructor & Destructor Documentation

template<class S, class T, class U>
CoinTriple< S, T, U >::CoinTriple ( const S &  s,
const T &  t,
const U &  u 
) [inline]

Construct from ordered triple.

Definition at line 361 of file CoinSort.hpp.


Member Data Documentation

template<class S, class T, class U>
S CoinTriple< S, T, U >::first

First member of triple.

Definition at line 354 of file CoinSort.hpp.

template<class S, class T, class U>
T CoinTriple< S, T, U >::second

Second member of triple.

Definition at line 356 of file CoinSort.hpp.

template<class S, class T, class U>
U CoinTriple< S, T, U >::third

Third member of triple.

Definition at line 358 of file CoinSort.hpp.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1