Triplet< X, Y, Z > Class Template Reference

Template class that extends std::pair. More...

#include <triplet.h>

List of all members.

Public Member Functions

 Triplet (const X &x, const Y &y, const Z &z)
 Constructor.

Public Attributes

first
 The first element.
second
 The second element.
third
 The third element.


Detailed Description

template<class X, class Y, class Z>
class Triplet< X, Y, Z >

Template class that extends std::pair.

This is a template that stores up to three different elements


Constructor & Destructor Documentation

template<class X, class Y, class Z>
Triplet< X, Y, Z >::Triplet ( const X &  x,
const Y &  y,
const Z &  z 
) [inline]

Constructor.

Parameters:
x The first element
y The second element
z The third element


The documentation for this class was generated from the following file:
Generated on Fri Feb 22 22:34:19 2008 for Phoenix Wright Case Editor API by  doxygen 1.5.3