LLVM 19.0.0git
Public Member Functions | List of all members
NodeArray Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Public Member Functions

 NodeArray ()
 
 NodeArray (Node **Elements_, size_t NumElements_)
 
bool empty () const
 
size_t size () const
 
Node ** begin () const
 
Node ** end () const
 
Nodeoperator[] (size_t Idx) const
 
void printWithComma (OutputBuffer &OB) const
 

Detailed Description

Definition at line 304 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ NodeArray() [1/2]

NodeArray::NodeArray ( )
inline

Definition at line 309 of file ItaniumDemangle.h.

◆ NodeArray() [2/2]

NodeArray::NodeArray ( Node **  Elements_,
size_t  NumElements_ 
)
inline

Definition at line 310 of file ItaniumDemangle.h.

Member Function Documentation

◆ begin()

Node ** NodeArray::begin ( ) const
inline

Definition at line 316 of file ItaniumDemangle.h.

◆ empty()

bool NodeArray::empty ( ) const
inline

◆ end()

Node ** NodeArray::end ( ) const
inline

Definition at line 317 of file ItaniumDemangle.h.

◆ operator[]()

Node * NodeArray::operator[] ( size_t  Idx) const
inline

Definition at line 319 of file ItaniumDemangle.h.

References Idx.

◆ printWithComma()

void NodeArray::printWithComma ( OutputBuffer OB) const
inline

◆ size()

size_t NodeArray::size ( ) const
inline

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