proxygen
|
#include <Enumerate.h>
Classes | |
class | Proxy |
Public Member Functions | |
Enumerator (Iterator it) | |
FOLLY_ALWAYS_INLINE Proxy | operator* () const |
FOLLY_ALWAYS_INLINE Enumerator & | operator++ () |
template<typename OtherIterator > | |
FOLLY_ALWAYS_INLINE bool | operator== (const Enumerator< OtherIterator > &rhs) const |
template<typename OtherIterator > | |
FOLLY_ALWAYS_INLINE bool | operator!= (const Enumerator< OtherIterator > &rhs) const |
Private Attributes | |
Iterator | it_ |
size_t | idx_ = 0 |
Friends | |
template<typename OtherIterator > | |
class | Enumerator |
Definition at line 79 of file Enumerate.h.
|
inlineexplicit |
Definition at line 81 of file Enumerate.h.
|
inline |
|
inline |
Definition at line 117 of file Enumerate.h.
|
inline |
Definition at line 121 of file Enumerate.h.
|
inline |
Definition at line 141 of file Enumerate.h.
|
private |
Definition at line 144 of file Enumerate.h.
|
private |
Definition at line 143 of file Enumerate.h.
Referenced by folly::detail::Enumerator< Iterator >::operator!=(), and folly::detail::Enumerator< Iterator >::operator==().