CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTBufferInit.cc
Go to the documentation of this file.
2 #include <vector>
3 
4 template<class Key, class Content>
6 
7 class DTBufferInit {
8  public:
9 // private:
12  DTBufferTree< int, std::vector<int>* >::setDefault( 0 );
13  }
14 };
15 
DTBufferInit bufferInit
Definition: DTBufferInit.cc:16
static void setDefault(const Content &def)