Helper holding a line value, its number and its file, used during parsing.
More...
#include <FMTParser.h>
|
| | FMTLineInfo (const std::string p_line, int p_number, const std::string &p_file) |
| | Construct a line info from a line, its number and its file.
|
| |
Helper holding a line value, its number and its file, used during parsing.
◆ FMTLineInfo()
| Parser::FMTParser::FMTLineInfo::FMTLineInfo |
( |
const std::string |
p_line, |
|
|
int |
p_number, |
|
|
const std::string & |
p_file |
|
) |
| |
Construct a line info from a line, its number and its file.
- Parameters
-
| [in] | p_line | the line value. |
| [in] | p_number | the line number. |
| [in] | p_file | the file. |
◆ m_file
| std::string Parser::FMTParser::FMTLineInfo::m_file |
◆ m_lineNumber
| int Parser::FMTParser::FMTLineInfo::m_lineNumber |
◆ m_lineValue
| std::string Parser::FMTParser::FMTLineInfo::m_lineValue |
The documentation for this class was generated from the following file: