LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
StackLevel Struct Reference

Public Member Functions

 StackLevel (DocNode Node, size_t StartIndex, size_t Length, DocNode *MapEntry=nullptr)
 

Public Attributes

DocNode Node
 
size_t Index
 
size_t End
 
DocNodeMapEntry
 
DocNode MapKey
 

Detailed Description

Definition at line 109 of file MsgPackDocument.cpp.

Constructor & Destructor Documentation

◆ StackLevel()

StackLevel::StackLevel ( DocNode  Node,
size_t  StartIndex,
size_t  Length,
DocNode MapEntry = nullptr 
)
inline

Definition at line 110 of file MsgPackDocument.cpp.

Member Data Documentation

◆ End

size_t StackLevel::End

Definition at line 116 of file MsgPackDocument.cpp.

◆ Index

size_t StackLevel::Index

Definition at line 115 of file MsgPackDocument.cpp.

◆ MapEntry

DocNode* StackLevel::MapEntry

Definition at line 118 of file MsgPackDocument.cpp.

◆ MapKey

DocNode StackLevel::MapKey

Definition at line 119 of file MsgPackDocument.cpp.

◆ Node

DocNode StackLevel::Node

Definition at line 114 of file MsgPackDocument.cpp.


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