LLVM: llvm::object::WindowsResourceParser::TreeNode Class Reference (original) (raw)

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

Public Types
template<typename T>
using Children = std::map<T, std::unique_ptr<TreeNode>>
Public Member Functions
LLVM_ABI void print (ScopedPrinter &Writer, StringRef Name) const
LLVM_ABI uint32_t getTreeSize () const
uint32_t getStringIndex () const
uint32_t getDataIndex () const
uint16_t getMajorVersion () const
uint16_t getMinorVersion () const
uint32_t getCharacteristics () const
bool checkIsDataNode () const
const Children< uint32_t > & getIDChildren () const
const Children< std::string > & getStringChildren () const
Friends
class WindowsResourceParser

Definition at line 168 of file WindowsResource.h.

Children

checkIsDataNode()

bool llvm::object::WindowsResourceParser::TreeNode::checkIsDataNode ( ) const inline

getCharacteristics()

uint32_t llvm::object::WindowsResourceParser::TreeNode::getCharacteristics ( ) const inline

getDataIndex()

uint32_t llvm::object::WindowsResourceParser::TreeNode::getDataIndex ( ) const inline

getIDChildren()

const Children< uint32_t > & llvm::object::WindowsResourceParser::TreeNode::getIDChildren ( ) const inline

getMajorVersion()

uint16_t llvm::object::WindowsResourceParser::TreeNode::getMajorVersion ( ) const inline

getMinorVersion()

uint16_t llvm::object::WindowsResourceParser::TreeNode::getMinorVersion ( ) const inline

getStringChildren()

const Children< std::string > & llvm::object::WindowsResourceParser::TreeNode::getStringChildren ( ) const inline

getStringIndex()

uint32_t llvm::object::WindowsResourceParser::TreeNode::getStringIndex ( ) const inline

getTreeSize()

uint32_t llvm::object::WindowsResourceParser::TreeNode::getTreeSize ( ) const

print()


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