HPCToolkit
Inline::InlineNode Class Reference

#include <Struct-Inline.hpp>

Collaboration diagram for Inline::InlineNode:

Public Member Functions

 InlineNode (std::string &file, std::string &proc, std::string &pretty, SrcFile::ln line)
 
std::string & getFileName ()
 
std::string & getProcName ()
 
std::string & getPrettyName ()
 
SrcFile::ln getLineNum ()
 

Private Attributes

std::string m_filenm
 
std::string m_procnm
 
std::string m_prettynm
 
SrcFile::ln m_lineno
 

Detailed Description

Definition at line 105 of file Struct-Inline.hpp.

Constructor & Destructor Documentation

◆ InlineNode()

Inline::InlineNode::InlineNode ( std::string &  file,
std::string &  proc,
std::string &  pretty,
SrcFile::ln  line 
)
inline

Definition at line 113 of file Struct-Inline.hpp.

Member Function Documentation

◆ getFileName()

std::string& Inline::InlineNode::getFileName ( )
inline

Definition at line 122 of file Struct-Inline.hpp.

Here is the caller graph for this function:

◆ getLineNum()

SrcFile::ln Inline::InlineNode::getLineNum ( )
inline

Definition at line 125 of file Struct-Inline.hpp.

Here is the caller graph for this function:

◆ getPrettyName()

std::string& Inline::InlineNode::getPrettyName ( )
inline

Definition at line 124 of file Struct-Inline.hpp.

Here is the caller graph for this function:

◆ getProcName()

std::string& Inline::InlineNode::getProcName ( )
inline

Definition at line 123 of file Struct-Inline.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ m_filenm

std::string Inline::InlineNode::m_filenm
private

Definition at line 107 of file Struct-Inline.hpp.

◆ m_lineno

SrcFile::ln Inline::InlineNode::m_lineno
private

Definition at line 110 of file Struct-Inline.hpp.

◆ m_prettynm

std::string Inline::InlineNode::m_prettynm
private

Definition at line 109 of file Struct-Inline.hpp.

◆ m_procnm

std::string Inline::InlineNode::m_procnm
private

Definition at line 108 of file Struct-Inline.hpp.


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