Go to the documentation of this file.
14 #ifndef ESYS_LSMQUADTUPLE_H
15 #define ESYS_LSMQUADTUPLE_H
17 #include <boost/tuple/tuple.hpp>
23 template <
typename T1,
typename T2,
typename T3,
typename T4>
32 inline quadtuple(
const T1 &t1,
const T2 &t2,
const T3 &t3,
const T4 &t4)
44 inherited::operator=(quad);
quadtuple(const T1 &t1, const T2 &t2, const T3 &t3, const T4 &t4)
Definition: quadtuple.h:32
boost::tuple< T1, T2, T3, T4 > inherited
Definition: quadtuple.h:27
quadtuple(const quadtuple &quad)
Definition: quadtuple.h:37
Definition: CheckPointable.cpp:17
Definition: quadtuple.h:25
quadtuple & operator=(const quadtuple &quad)
Definition: quadtuple.h:42
quadtuple()
Definition: quadtuple.h:28