Registry< T, R >::IteratorBase Class Reference

#include <registrybase.h>

Inheritance diagram for Registry< T, R >::IteratorBase:

公共成员函数

const T *  operator-> () const
const T &  operator* () const

Protected Attributes

UniqueRef < RegistryEntryIteratorInterface >  _iterator

成员函数文档编制

◆  operator->()

const T * operator->

◆  operator*()

const T& operator* ( ) const

Member Data Documentation

◆  _iterator

UniqueRef <RegistryEntryIteratorInterface> _iterator
protected