LLVM  8.0.1
Public Member Functions | List of all members
llvm::pdb::DIATable Class Reference

#include "llvm/DebugInfo/PDB/DIA/DIATable.h"

Inheritance diagram for llvm::pdb::DIATable:
Inheritance graph
[legend]
Collaboration diagram for llvm::pdb::DIATable:
Collaboration graph
[legend]

Public Member Functions

 DIATable (CComPtr< IDiaTable > DiaTable)
 
uint32_t getItemCount () const override
 
std::string getName () const override
 
PDB_TableType getTableType () const override
 
- Public Member Functions inherited from llvm::pdb::IPDBTable
virtual ~IPDBTable ()
 

Detailed Description

Definition at line 18 of file DIATable.h.

Constructor & Destructor Documentation

◆ DIATable()

DIATable::DIATable ( CComPtr< IDiaTable >  DiaTable)
explicit

Definition at line 16 of file DIATable.cpp.

Member Function Documentation

◆ getItemCount()

uint32_t DIATable::getItemCount ( ) const
overridevirtual

Implements llvm::pdb::IPDBTable.

Definition at line 18 of file DIATable.cpp.

◆ getName()

std::string DIATable::getName ( ) const
overridevirtual

Implements llvm::pdb::IPDBTable.

Definition at line 23 of file DIATable.cpp.

References invokeBstrMethod().

◆ getTableType()

PDB_TableType DIATable::getTableType ( ) const
overridevirtual

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