class FixedStreamArrayIterator
Declaration
template <typename T>
class FixedStreamArrayIterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:319
Templates
- T
Method Overview
- public FixedStreamArrayIterator<T>(const FixedStreamArray<T> & Array, uint32_t Index)
- public FixedStreamArrayIterator<T>(const FixedStreamArrayIterator<T> & Other)
Methods
¶FixedStreamArrayIterator<T>(
const FixedStreamArray<T>& Array,
uint32_t Index)
FixedStreamArrayIterator<T>(
const FixedStreamArray<T>& Array,
uint32_t Index)
Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:324
Parameters
- const FixedStreamArray<T>& Array
- uint32_t Index
¶FixedStreamArrayIterator<T>(
const FixedStreamArrayIterator<T>& Other)
FixedStreamArrayIterator<T>(
const FixedStreamArrayIterator<T>& Other)
Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:327
Parameters
- const FixedStreamArrayIterator<T>& Other