pianod2
multisource multiuser scriptable networked music player
Public Member Functions | List of all members
RetainedList< ActualType, ValueType >::iterator Class Reference

Iterators: bastardize ThingieList's iterator's dereference operators to return known type. More...

#include <retainedlist.h>

Inheritance diagram for RetainedList< ActualType, ValueType >::iterator:
Inheritance graph
[legend]
Collaboration diagram for RetainedList< ActualType, ValueType >::iterator:
Collaboration graph
[legend]

Public Member Functions

ActualType operator* () const noexcept
 

Detailed Description

template<typename ActualType, class ValueType = typename std::remove_pointer<ActualType>::type>
class RetainedList< ActualType, ValueType >::iterator

Iterators: bastardize ThingieList's iterator's dereference operators to return known type.

Member Function Documentation

◆ operator*()

template<typename ActualType , class ValueType = typename std::remove_pointer<ActualType>::type>
ActualType RetainedList< ActualType, ValueType >::iterator::operator* ( void  ) const
inlinenoexcept

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