CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
DTBufferTreeTrait< T > Class Template Reference

#include <DTBufferTree.h>

Public Types

typedef T outputTypeOfConstFind
 
typedef T outputTypeOfNonConstFind
 

Static Public Member Functions

static T getDefault ()
 
static T getOutputValue (T const &t)
 

Detailed Description

template<typename T>
class DTBufferTreeTrait< T >

Definition at line 22 of file DTBufferTree.h.

Member Typedef Documentation

template<typename T>
typedef T DTBufferTreeTrait< T >::outputTypeOfConstFind

Definition at line 24 of file DTBufferTree.h.

template<typename T>
typedef T DTBufferTreeTrait< T >::outputTypeOfNonConstFind

Definition at line 25 of file DTBufferTree.h.

Member Function Documentation

template<typename T>
static T DTBufferTreeTrait< T >::getDefault ( )
inlinestatic

Definition at line 28 of file DTBufferTree.h.

28 { return 0; }
template<typename T>
static T DTBufferTreeTrait< T >::getOutputValue ( T const &  t)
inlinestatic

Definition at line 27 of file DTBufferTree.h.

References lumiQTWidget::t.

27 { return t; }