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 DataFormats_Common_HideStdSharedPtrFromRoot_h
2 #define DataFormats_Common_HideStdSharedPtrFromRoot_h
3 #if defined(__CINT__) || defined(__MAKECINT__) || defined(__REFLEX__)
4 // -*- C++ -*-
5 //
6 // Package: DataFormats/Common
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  void reset(T* iValue=0);
37  T* get();
38  T const* get() const;
39 
40  T* operator->();
41  T const* operator->() const;
42 
43  operator bool() const;
44  };
45 }
46 #endif
47 #endif
long double T
void reset(double vett[256])
Definition: TPedValues.cc:11