CMS 3D CMS Logo

List of all members
DTBufferTreeUniquePtr Class Reference

#include <DTBufferTree.h>

Inheritance diagram for DTBufferTreeUniquePtr:
DTBufferTree< int, std::unique_ptr< std::vector< int > > >

Additional Inherited Members

- Public Types inherited from DTBufferTree< int, std::unique_ptr< std::vector< int > > >
typedef std::vector< int >::const_iterator ElementKey
 
- Public Member Functions inherited from DTBufferTree< int, std::unique_ptr< std::vector< int > > >
void clear ()
 
 DTBufferTree ()
 
 DTBufferTree (DTBufferTree const &)=delete
 
int find (ElementKey fKey, ElementKey lKey, typename DTBufferTreeTrait< std::unique_ptr< std::vector< int > > >::outputTypeOfConstFind &cont) const
 
int find (const int &k, typename DTBufferTreeTrait< std::unique_ptr< std::vector< int > > >::outputTypeOfConstFind &cont) const
 
int find (ElementKey fKey, ElementKey lKey, typename DTBufferTreeTrait< std::unique_ptr< std::vector< int > > >::outputTypeOfNonConstFind &cont)
 
int find (const int &k, typename DTBufferTreeTrait< std::unique_ptr< std::vector< int > > >::outputTypeOfNonConstFind &cont)
 
int insert (ElementKey fKey, ElementKey lKey, std::unique_ptr< std::vector< int > > cont)
 
int insert (const int &k, std::unique_ptr< std::vector< int > > cont)
 
DTBufferTreeoperator= (DTBufferTree const &)=delete
 
virtual ~DTBufferTree ()
 

Detailed Description

Definition at line 77 of file DTBufferTree.h.