#include <backward.hpp>
|
typedef std::vector< std::pair< unsigned, std::string > > | lines_t |
|
Definition at line 3404 of file backward.hpp.
◆ lines_t
◆ SourceFile() [1/3]
backward::SourceFile::SourceFile |
( |
| ) |
|
|
inline |
◆ SourceFile() [2/3]
backward::SourceFile::SourceFile |
( |
const std::string & |
path | ) |
|
|
inline |
◆ SourceFile() [3/3]
backward::SourceFile::SourceFile |
( |
const SourceFile & |
from | ) |
|
|
inlineexplicit |
◆ get_lines() [1/2]
lines_t backward::SourceFile::get_lines |
( |
unsigned |
line_start, |
|
|
unsigned |
line_count |
|
) |
| |
|
inline |
◆ get_lines() [2/2]
lines_t& backward::SourceFile::get_lines |
( |
unsigned |
line_start, |
|
|
unsigned |
line_count, |
|
|
lines_t & |
lines |
|
) |
| |
|
inline |
◆ get_paths_from_env_variable()
const std::vector<std::string>& backward::SourceFile::get_paths_from_env_variable |
( |
| ) |
|
|
inlineprivate |
◆ get_paths_from_env_variable_impl()
std::vector<std::string> backward::SourceFile::get_paths_from_env_variable_impl |
( |
| ) |
|
|
inlineprivate |
◆ is_open()
bool backward::SourceFile::is_open |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ swap()
◆ _file
The documentation for this class was generated from the following file: