#include <ogdf/lib/backward/backward.hpp>
|
using | lines_t = std::vector< std::pair< unsigned, std::string > > |
|
Definition at line 1485 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 |
◆ is_open()
bool backward::SourceFile::is_open |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ swap()
◆ _file
The documentation for this class was generated from the following file: