GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::bp_file_info Class Reference
Collaboration diagram for octave::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()

Member Function Documentation

◆ class_name()

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

◆ dir()

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

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

References m_fcn.

Referenced by bp_file_info().

◆ fcn()

◆ file()

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

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

References m_file.

Referenced by bp_file_info().

◆ ok()

Member Data Documentation

◆ m_class_name

std::string octave::bp_file_info::m_class_name
private

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

Referenced by bp_file_info(), and class_name().

◆ m_dir

std::string octave::bp_file_info::m_dir
private

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

Referenced by bp_file_info().

◆ m_fcn

std::string octave::bp_file_info::m_fcn
private

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

Referenced by bp_file_info(), dir(), and fcn().

◆ m_file

std::string octave::bp_file_info::m_file
private

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

Referenced by bp_file_info(), and file().

◆ m_ok

bool octave::bp_file_info::m_ok
private

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

Referenced by bp_file_info(), and ok().


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