LLVM 17.0.0git
Public Attributes | List of all members
WriterStackLevel Struct Reference
Collaboration diagram for WriterStackLevel:
Collaboration graph
[legend]

Public Attributes

DocNode Node
 
DocNode::MapTy::iterator MapIt
 
DocNode::ArrayTy::iterator ArrayIt
 
bool OnKey
 

Detailed Description

Definition at line 239 of file MsgPackDocument.cpp.

Member Data Documentation

◆ ArrayIt

DocNode::ArrayTy::iterator WriterStackLevel::ArrayIt

Definition at line 242 of file MsgPackDocument.cpp.

◆ MapIt

DocNode::MapTy::iterator WriterStackLevel::MapIt

Definition at line 241 of file MsgPackDocument.cpp.

◆ Node

DocNode WriterStackLevel::Node

Definition at line 240 of file MsgPackDocument.cpp.

◆ OnKey

bool WriterStackLevel::OnKey

Definition at line 243 of file MsgPackDocument.cpp.


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