|
PandaTree
|
"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 |
"pointer" wrapper for Ref
1.8.12