LLVM: llvm::msgpack::MapDocNode Class Reference (original) (raw)
A DocNode that is a map. More...
#include "[llvm/BinaryFormat/MsgPackDocument.h](MsgPackDocument%5F8h%5Fsource.html)"
A DocNode that is a map.
Definition at line 227 of file MsgPackDocument.h.
| llvm::msgpack::MapDocNode::MapDocNode ( ) |
default |
◆ MapDocNode() [2/2]
| llvm::msgpack::MapDocNode::MapDocNode ( DocNode & N) |
inline |
◆ begin()
| MapTy::iterator llvm::msgpack::MapDocNode::begin ( ) |
inline |
◆ empty()
| bool llvm::msgpack::MapDocNode::empty ( ) const |
inline |
◆ end()
| MapTy::iterator llvm::msgpack::MapDocNode::end ( ) |
inline |
◆ erase() [1/3]
| size_t llvm::msgpack::MapDocNode::erase ( DocNode Key) |
inline |
◆ erase() [2/3]
| MapTy::iterator llvm::msgpack::MapDocNode::erase ( MapTy::const_iterator First, MapTy::const_iterator Second ) |
inline |
◆ erase() [3/3]
| MapTy::iterator llvm::msgpack::MapDocNode::erase ( MapTy::const_iterator I) |
inline |
◆ find() [1/2]
| MapTy::iterator llvm::msgpack::MapDocNode::find ( DocNode Key) |
inline |
◆ find() [2/2]
| DocNode::MapTy::iterator MapDocNode::find |
( |
StringRef |
Key |
) |
◆ operator[]() [1/6]
◆ operator[]() [2/6]
| DocNode & MapDocNode::operator[] |
( |
int |
Key |
) |
◆ operator[]() [3/6]
| DocNode & MapDocNode::operator[] |
( |
int64_t |
Key |
) |
◆ operator[]() [4/6]
◆ operator[]() [5/6]
◆ operator[]() [6/6]
◆ size()
| size_t llvm::msgpack::MapDocNode::size ( ) const |
inline |
The documentation for this class was generated from the following files: