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

#include <pdb_types.h>

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

Public Member Functions

 PDBTypeStruct (int ind)
 
virtual ~PDBTypeStruct (void)
 
virtual void parse (lfStructure *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

unsigned int struct_count
 
std::vector< PDBTypeFieldMember * > struct_members
 
std::string struct_name
 
- 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

◆ PDBTypeStruct()

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

◆ ~PDBTypeStruct()

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

Member Function Documentation

◆ dump()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ is_fully_defined()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ parse()

void retdec::pdbparser::PDBTypeStruct::parse ( lfStructure record,
int  size,
PDBTypeDefIndexMap types 
)
virtual

◆ to_llvm()

std::string retdec::pdbparser::PDBTypeStruct::to_llvm ( void  )
virtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ to_llvm_identified()

std::string retdec::pdbparser::PDBTypeStruct::to_llvm_identified ( void  )
virtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

Member Data Documentation

◆ struct_count

unsigned int retdec::pdbparser::PDBTypeStruct::struct_count

◆ struct_members

std::vector<PDBTypeFieldMember *> retdec::pdbparser::PDBTypeStruct::struct_members

◆ struct_name

std::string retdec::pdbparser::PDBTypeStruct::struct_name

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