Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Vector.h
Go to the documentation of this file.
1 // $Id: Vector.h,v 1.2 2005/11/08 16:31:03 mato Exp $
2 // ============================================================================
3 #ifndef GAUDIPYTHON_VECTOR_H
4 #define GAUDIPYTHON_VECTOR_H 1
5 // ============================================================================
6 // Include files
7 // ============================================================================
8 // STD & STL
9 // ============================================================================
10 #include <vector>
11 #include <functional>
12 // ============================================================================
13 // GaudiPython
14 // ============================================================================
16 // ============================================================================
17 
18 namespace GaudiPython
19 {
22  typedef Vector Row ;
24 
30  template <class TYPE>
31  struct _identity :
32  public std::unary_function<TYPE,TYPE>
33  {
34  inline Vector::value_type operator()
35  ( const Vector::value_type& value ) const { return value ; }
36  };
37 
38 } // end of namespace GaudiPython
39 #endif // GAUDIPYTHON_VECTOR_H

Generated at Mon Feb 17 2014 14:37:47 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004