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

FastShower::Quartet< T > Class Template Reference

#include <Quartet.h>

Collaboration diagram for FastShower::Quartet< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

 Quartet ()
 Quartet (T p1, T p2, T p3, T p4)

Public Attributes

first
second
third
fourth

template<class T>
class FastShower::Quartet< T >


Constructor & Destructor Documentation

template<class T>
FastShower::Quartet< T >::Quartet   [inline]
 

Definition at line 15 of file Quartet.h.

00015 {}

template<class T>
FastShower::Quartet< T >::Quartet   p1,
  p2,
  p3,
  p4
[inline]
 

Definition at line 16 of file Quartet.h.

References FastShower::Quartet< T >::first, FastShower::Quartet< T >::fourth, FastShower::Quartet< T >::second, and FastShower::Quartet< T >::third.

00016                                    : 
00017       first(p1), second(p2), third(p3), fourth(p4){}

Member Data Documentation

template<class T>
T FastShower::Quartet< T >::first
 

Definition at line 18 of file Quartet.h.

Referenced by FastShower::Quartet< T >::Quartet().

template<class T>
T FastShower::Quartet< T >::second
 

Definition at line 19 of file Quartet.h.

Referenced by FastShower::Quartet< T >::Quartet().

template<class T>
T FastShower::Quartet< T >::third
 

Definition at line 20 of file Quartet.h.

Referenced by FastShower::Quartet< T >::Quartet().

template<class T>
T FastShower::Quartet< T >::fourth
 

Definition at line 21 of file Quartet.h.

Referenced by FastShower::Quartet< T >::Quartet().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:56:54 2003 for FastShowerUtils by doxygen1.3-rc1