Class Quartet


class Quartet

Adapted from STL pair class: holds four quantites instead of two.


Field Summary
 T1first
           
 T4fourth
           
 T2second
           
 T3third
           

Constructor Summary
Quartet(const T1 & a, const T2 & b, const T3 & c, const T4 & d)
           

Field Detail

first

public T1 first

fourth

public T4 fourth

second

public T2 second

third

public T3 third
Constructor Detail

Quartet

public Quartet(const T1 & a, const T2 & b, const T3 & c, const T4 & d)