PandaTree
Public Types | Public Member Functions | List of all members
panda::RefVector< E >::RefHolder< is_const > Class Template Reference

"pointer" wrapper for Ref More...

#include <RefVector.h>

Public Types

typedef std::conditional< is_const, Short_t const, Short_t >::type index_type
 
typedef std::conditional< is_const, const_ref_type, ref_type >::type value_type
 

Public Member Functions

 RefHolder (ContainerBase const *&c, index_type &idx)
 
value_type const & operator* () const
 
value_type const * operator-> () const
 

Detailed Description

template<class E>
template<Bool_t is_const>
class panda::RefVector< E >::RefHolder< is_const >

"pointer" wrapper for Ref


The documentation for this class was generated from the following file: