CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 ()
 
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)
 
virtual ~DTBufferTree ()
 

Detailed Description

Definition at line 81 of file DTBufferTree.h.