NV::Rules::ISourceInfo

class ISourceInfo

SourceInfo interface.

Represents the source correlation info for a specific function address within an action

Public Functions

virtual const char *file_name() = 0

Get the file name.

Get the file name, as embedded in the correlation info

virtual uint32_t line() = 0

Get the file line.

Get the line within file_name

inline virtual ~ISourceInfo()