Skip to main content

SleepyDiscord::Cache::iterator

Public Types Documentation​

using Value​

using SleepyDiscord::Cache< _Type >::iterator::Value =  typename Parent::iterator;

using self_type​

using SleepyDiscord::Cache< _Type >::iterator::self_type =  iterator;

using value_type​

using SleepyDiscord::Cache< _Type >::iterator::value_type =  Type;

using reference​

using SleepyDiscord::Cache< _Type >::iterator::reference =  Type&;

using pointer​

using SleepyDiscord::Cache< _Type >::iterator::pointer =  Type*;

using iterator_category​

using SleepyDiscord::Cache< _Type >::iterator::iterator_category =  typename Value::iterator_category;

using difference_type​

using SleepyDiscord::Cache< _Type >::iterator::difference_type =  typename Value::difference_type;

Public Functions Documentation​

function iterator​

inline iterator(
Value iter
)

function operator++​

inline self_type operator++()

function operator++​

inline self_type operator++(
int junk
)

function operator*​

inline reference operator*()

function operator->​

inline pointer operator->()

function operator==​

inline bool operator==(
const self_type & right
)

function operator!=​

inline bool operator!=(
const self_type & right
)

function operator const_iterator​

inline operator const_iterator()

function getParent​

inline Value getParent()

Updated on 13 April 2022 at 18:39:59 UTC