CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HideStdUniquePtrFromRoot.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_HideStdUniquePtrFromRoot_h
2 #define FWCore_Utilities_HideStdUniquePtrFromRoot_h
3 #if defined(__GCCXML__)
4 // -*- C++ -*-
5 //
6 // Package: FWCore/Utilities
7 // Class : HideStdUniquePtrFromRoot
8 //
20 //
21 // Original Author: Chris Jones
22 // Created: Wed, 04 Dec 2013 16:39:12 GMT
23 //
24 
25 // system include files
26 
27 // user include files
28 
29 // forward declarations
30 namespace std {
31  template< typename T>
32  class unique_ptr {
33  void* data_;
34  public:
35  unique_ptr();
36  unique_ptr(T*);
37  template<typename U> unique_ptr(const U&);
38  void reset(T* iValue=0);
39  T* get();
40  T const* get() const;
41  T* release();
42 
43  T* operator->();
44  T const* operator->() const;
45 
46  T operator*() const;
47 
48  operator bool() const;
49  };
50 }
51 #endif
52 #endif
53 
54 /* LocalWords: ifndef
55  */
MatrixMeschach operator*(const MatrixMeschach &mat1, const MatrixMeschach &mat2)
long double T
void reset(double vett[256])
Definition: TPedValues.cc:11