winIDEA SDK
Loading...
Searching...
No Matches
isys::CCoverageStatistic2Asm Class Reference

This class contains disassembly coverage information for function - op codes are sorted by addresses. More...

#include <CCoverageData2.h>

Public Member Functions

 CCoverageStatistic2Asm ()
std::string getAddress ()
 Returns line address.
CCoverageSource::ESrcLineCoverageMarkers getCoverageMarker ()
 Returns coverage marker for assembly line.
int getLineNumber ()
 Returns source line number.
std::string getLineText ()
 Returns text in line.
char getLineType ()
 Returns line type (source or assembly).
std::string getModuleName ()
 Returns source module name.

Detailed Description

This class contains disassembly coverage information for function - op codes are sorted by addresses.

Constructor & Destructor Documentation

◆ CCoverageStatistic2Asm()

isys::CCoverageStatistic2Asm::CCoverageStatistic2Asm ( )
inline
Since
9.12.288

Member Function Documentation

◆ getAddress()

std::string isys::CCoverageStatistic2Asm::getAddress ( )
inline

Returns line address.

Since
9.12.288

◆ getCoverageMarker()

CCoverageSource::ESrcLineCoverageMarkers isys::CCoverageStatistic2Asm::getCoverageMarker ( )
inline

Returns coverage marker for assembly line.

Since
9.12.288

◆ getLineNumber()

int isys::CCoverageStatistic2Asm::getLineNumber ( )
inline

Returns source line number.

Available for source line type only.

Since
9.12.288

◆ getLineText()

std::string isys::CCoverageStatistic2Asm::getLineText ( )
inline

Returns text in line.

Since
9.12.288

◆ getLineType()

char isys::CCoverageStatistic2Asm::getLineType ( )
inline

Returns line type (source or assembly).

Since
9.12.288

◆ getModuleName()

std::string isys::CCoverageStatistic2Asm::getModuleName ( )
inline

Returns source module name.

Available for source line type only.

Since
9.12.288