GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
bp_file_info Class Reference
Collaboration diagram for bp_file_info:

Public Member Functions

 bp_file_info (tree_evaluator &tw, const std::string &file)
 
std::string class_name (void) const
 
std::string dir (void) const
 
std::string fcn (void) const
 
std::string file (void) const
 
bool ok (void) const
 

Private Attributes

std::string m_class_name
 
std::string m_dir
 
std::string m_fcn
 
std::string m_file
 
bool m_ok
 

Detailed Description

Definition at line 59 of file bp-table.cc.

Constructor & Destructor Documentation

◆ bp_file_info()

bp_file_info::bp_file_info ( tree_evaluator tw,
const std::string &  file 
)
inline

Member Function Documentation

◆ class_name()

std::string bp_file_info::class_name ( void  ) const
inline

◆ dir()

std::string bp_file_info::dir ( void  ) const
inline

Definition at line 100 of file bp-table.cc.

◆ fcn()

◆ file()

std::string bp_file_info::file ( void  ) const
inline

Definition at line 99 of file bp-table.cc.

◆ ok()

Member Data Documentation

◆ m_class_name

std::string bp_file_info::m_class_name
private

Definition at line 112 of file bp-table.cc.

◆ m_dir

std::string bp_file_info::m_dir
private

Definition at line 110 of file bp-table.cc.

◆ m_fcn

std::string bp_file_info::m_fcn
private

Definition at line 111 of file bp-table.cc.

◆ m_file

std::string bp_file_info::m_file
private

Definition at line 109 of file bp-table.cc.

◆ m_ok

bool bp_file_info::m_ok
private

Definition at line 108 of file bp-table.cc.


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