LLVM: llvm::object::content_iterator< content_type > Class Template Reference (original) (raw)

#include "[llvm/Object/SymbolicFile.h](SymbolicFile%5F8h%5Fsource.html)"

Public Types
using iterator_category = std::forward_iterator_tag
using value_type = const content_type
using difference_type = std::ptrdiff_t
using pointer = value_type *
using reference = value_type &
Public Member Functions
content_iterator (content_type symb)
const content_type * operator-> () const
const content_type & operator* () const
bool operator== (const content_iterator &other) const
bool operator!= (const content_iterator &other) const
content_iterator & operator++ ()

template<class content_type>
class llvm::object::content_iterator< content_type >

Definition at line 70 of file SymbolicFile.h.

difference_type

template<class content_type>

iterator_category

template<class content_type>

pointer

template<class content_type>

template<class content_type>

value_type

template<class content_type>

content_iterator()

template<class content_type>

operator!=()

template<class content_type>

operator*()

template<class content_type>

operator++()

template<class content_type>

operator->()

template<class content_type>

operator==()

template<class content_type>


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