CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HideStdSharedPtrFromRoot.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_HideStdSharedPtrFromRoot_h
2 #define FWCore_Utilities_HideStdSharedPtrFromRoot_h
3 #if defined(__GCCXML__)
4 // -*- C++ -*-
5 //
6 // Package: FWCore/Utilities
7 // Class : HideStdSharedPtrFromRoot
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 shared_ptr {
33  void* data_;
34  unsigned long count_;
35  public:
36  shared_ptr();
37  shared_ptr(T*);
38  template<typename U> shared_ptr(const U&);
39  void reset(T* iValue=0);
40  T* get();
41  T const* get() const;
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
MatrixMeschach operator*(const MatrixMeschach &mat1, const MatrixMeschach &mat2)
long double T
void reset(double vett[256])
Definition: TPedValues.cc:11