class FixedStreamArrayIterator

Declaration

template <typename T>
class FixedStreamArrayIterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:320

Templates

T

Member Variables

private FixedStreamArray<T> Array
private uint32_t Index

Method Overview

Methods

FixedStreamArrayIterator<T>(
    const FixedStreamArray<T>& Array,
    uint32_t Index)

Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:325

Parameters

const FixedStreamArray<T>& Array
uint32_t Index

FixedStreamArrayIterator<T>(
    const FixedStreamArrayIterator<T>& Other)

Declared at: llvm/include/llvm/Support/BinaryStreamArray.h:328

Parameters

const FixedStreamArrayIterator<T>& Other