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

libtriple::triple Struct Template Reference

A triple template. More...

#include <LibTriple.h>

List of all members.

Public Types

typedef _T1 first_type
typedef _T2 second_type
typedef _T3 third_type

Public Methods

 triple ()
 triple (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>
struct libtriple::triple< _T1, _T2, _T3 >

A triple template.

Definition at line 19 of file LibTriple.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 5 14:42:45 2004 for LCG Information System Interface by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002