#include <bqueue.h>
Public Member Functions | |
bool | operator!= (const _bqueue_itr< T > &t2) const |
const T & | operator* () const |
_bqueue_itr< T > & | operator++ () |
_bqueue_itr< T > & | operator-- () |
const _bqueue_itr< T > & | operator-- () const |
const T * | operator-> () const |
const _bqueue_itr< T > & | operator= (const _bqueue_itr< T > &t2) const |
bool | operator== (const _bqueue_itr< T > &t2) const |
Private Member Functions | |
_bqueue_itr (const _bqueue_item< T > *t) | |
Private Attributes | |
_bqueue_item< T > const * | it |
Friends | |
class | bqueue< T > |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
mutableprivate |
Definition at line 90 of file bqueue.h.
Referenced by cmsutils::_bqueue_itr< T >::operator!=(), cmsutils::_bqueue_itr< T >::operator*(), cmsutils::_bqueue_itr< T >::operator++(), cmsutils::_bqueue_itr< T >::operator--(), cmsutils::_bqueue_itr< T >::operator->(), cmsutils::_bqueue_itr< T >::operator=(), and cmsutils::_bqueue_itr< T >::operator==().