Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::Trio Class Template Reference

#include <Trio.h>

Inheritance diagram for Atlfast::Trio:

Inheritance graph
[legend]
Collaboration diagram for Atlfast::Trio:

Collaboration graph
[legend]
List of all members.

Public Methods

 Trio (const T1 &a, const T2 &b, const T3 &c)

Public Attributes

T1 first
T2 second
T3 third

Detailed Description

template<class T1, class T2, class T3>
class Atlfast::Trio< T1, T2, T3 >

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


Constructor & Destructor Documentation

template<class T1, class T2, class T3>
Atlfast::Trio< T1, T2, T3 >::Trio const T1 &    a,
const T2 &    b,
const T3 &    c
[inline]
 


Member Data Documentation

template<class T1, class T2, class T3>
T1 Atlfast::Trio::first
 

template<class T1, class T2, class T3>
T2 Atlfast::Trio::second
 

template<class T1, class T2, class T3>
T3 Atlfast::Trio::third
 


The documentation for this class was generated from the following file:
Generated on Thu Feb 21 14:32:08 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001