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