#include <parse_error.h>
|
| parse_error (const path &file_, unsigned line_, const std::string &reason_="") |
|
| parse_error (unsigned line_, const std::string &reason_="") |
|
parse_error::parse_error |
( |
const path & |
file_, |
|
|
unsigned |
line_, |
|
|
const std::string & |
reason_ = "" |
|
) |
| |
|
inline |
parse_error::parse_error |
( |
unsigned |
line_, |
|
|
const std::string & |
reason_ = "" |
|
) |
| |
|
inline |
parse_error::parse_error |
( |
| ) |
|
|
inlineprivate |
unsigned parse_error::line |
std::string parse_error::reason |
The documentation for this struct was generated from the following file: