This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::common |
Classes | |
| class | dlr::common::Triple< Type0, Type1, Type2 > |
| The Triple class provides a convenient way to pass groups of three things around. More... | |
Functions | |
| template<class Type0, class Type1, class Type2> | |
| Triple< Type0, Type1, Type2 > | dlr::common::makeTriple (const Type0 &element0, const Type1 &element1, const Type2 &element2) |
| makeTriple is a convenience function for creating Triples. | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file triple.h.
1.5.2