retdec
Public Member Functions | Public Attributes | List of all members
retdec::pdbparser::PDBTypeFieldList Class Reference

#include <pdb_types.h>

Inheritance diagram for retdec::pdbparser::PDBTypeFieldList:
Inheritance graph
[legend]
Collaboration diagram for retdec::pdbparser::PDBTypeFieldList:
Collaboration graph
[legend]

Public Member Functions

 PDBTypeFieldList (int ind)
 
virtual ~PDBTypeFieldList (void)
 
virtual void parse (lfFieldList *record, int size, PDBTypeDefIndexMap &types)
 
virtual void dump (bool nested=false)
 
virtual bool is_fully_defined (void)
 
virtual std::string to_llvm (void)
 
virtual std::string to_llvm_identified (void)
 
- Public Member Functions inherited from retdec::pdbparser::PDBTypeDef
virtual ~PDBTypeDef (void)
 
std::string get_default_llvm (void)
 

Public Attributes

std::vector< PDBTypeFieldfields
 
- Public Attributes inherited from retdec::pdbparser::PDBTypeDef
int type_index
 
ePDBTypeClass type_class
 
int size_bytes
 

Additional Inherited Members

- Protected Member Functions inherited from retdec::pdbparser::PDBTypeDef
 PDBTypeDef (int ind, ePDBTypeClass c, int bts=0)
 

Constructor & Destructor Documentation

◆ PDBTypeFieldList()

retdec::pdbparser::PDBTypeFieldList::PDBTypeFieldList ( int  ind)
inline

◆ ~PDBTypeFieldList()

virtual retdec::pdbparser::PDBTypeFieldList::~PDBTypeFieldList ( void  )
inlinevirtual

Member Function Documentation

◆ dump()

void retdec::pdbparser::PDBTypeFieldList::dump ( bool  nested = false)
virtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ is_fully_defined()

virtual bool retdec::pdbparser::PDBTypeFieldList::is_fully_defined ( void  )
inlinevirtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ parse()

void retdec::pdbparser::PDBTypeFieldList::parse ( lfFieldList record,
int  size,
PDBTypeDefIndexMap types 
)
virtual

◆ to_llvm()

virtual std::string retdec::pdbparser::PDBTypeFieldList::to_llvm ( void  )
inlinevirtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ to_llvm_identified()

virtual std::string retdec::pdbparser::PDBTypeFieldList::to_llvm_identified ( void  )
inlinevirtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

Member Data Documentation

◆ fields

std::vector<PDBTypeField> retdec::pdbparser::PDBTypeFieldList::fields

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