#include "GaudiAlg/Tuples.h"
#include "GaudiAlg/Tuple.h"
#include "GaudiAlg/TupleObj.h"
Include dependency graph for TupleDetail.h:
Go to the source code of this file.
Namespaces | |
| namespace | Tuples |
| namespace | detail |
| namespace | Tuples::detail |
Classes | |
| class | Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > |
| The simplest concrete implementationof class TupleObj with 3 arbitrary error handlers Any types (classes, functions, etc. More... | |
| class | Tuples::detail::ErrorHandler< OBJECT, FUNCTION > |
| Concrete error handlers for dealing with classes, which suports member functions Erorr,Warning and Print ( e.g. More... | |
Defines | |
| #define | GAUDIALG_TUPLEDETAIL_H 1 |
Functions | |
| template<class HANDLER1, class HANDLER2> | |
| TupleObj * | Tuples::detail::createTupleObj (HANDLER1 handler1, HANDLER2 handler2, const std::string &name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE) |
| template<class OBJECT, class FUNCTION> | |
| ErrorHandler< OBJECT, FUNCTION > | Tuples::detail::make_handler (const OBJECT *object, FUNCTION function) |
| template<class OWNER> | |
| TupleObj * | Tuples::createTupleObj (const OWNER *owner, const std::string &name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE) |
Definition in file TupleDetail.h.
| #define GAUDIALG_TUPLEDETAIL_H 1 |
Definition at line 3 of file TupleDetail.h.
1.4.7