LLVM: llvm::cas::ondisk::InternalRefArrayRef Class Reference (original) (raw)

Array of internal node references. More...

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

Public Member Functions
size_t size () const
bool empty () const
bool operator== (const InternalRefArrayRef &RHS) const
iterator begin () const
iterator end () const
InternalRef operator[] (ptrdiff_t N) const
Array accessor.
bool is4B () const
bool is8B () const
ArrayRef< uint8_t > getBuffer () const
InternalRefArrayRef (std::nullopt_t=std::nullopt)
InternalRefArrayRef (ArrayRef< InternalRef > Refs)
InternalRefArrayRef (ArrayRef< InternalRef4B > Refs)

Array of internal node references.

Definition at line 71 of file OnDiskGraphDB.h.

llvm::cas::ondisk::InternalRefArrayRef::InternalRefArrayRef ( std::nullopt_t = std::nullopt) inline

InternalRefArrayRef() [2/3]

llvm::cas::ondisk::InternalRefArrayRef::InternalRefArrayRef ( ArrayRef< InternalRef > Refs) inline

InternalRefArrayRef() [3/3]

begin()

iterator llvm::cas::ondisk::InternalRefArrayRef::begin ( ) const inline

empty()

bool llvm::cas::ondisk::InternalRefArrayRef::empty ( ) const inline

end()

iterator llvm::cas::ondisk::InternalRefArrayRef::end ( ) const inline

getBuffer()

ArrayRef< uint8_t > llvm::cas::ondisk::InternalRefArrayRef::getBuffer ( ) const inline

is4B()

bool llvm::cas::ondisk::InternalRefArrayRef::is4B ( ) const inline

is8B()

bool llvm::cas::ondisk::InternalRefArrayRef::is8B ( ) const inline

operator==()

operator[]()

size()

size_t llvm::cas::ondisk::InternalRefArrayRef::size ( ) const inline

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