FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Parser::FMTParser::FMTLineInfo Class Reference

Helper holding a line value, its number and its file, used during parsing. More...

#include <FMTParser.h>

Collaboration diagram for Parser::FMTParser::FMTLineInfo:
[legend]

Public Member Functions

 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.
 

Public Attributes

std::string m_lineValue
 
int m_lineNumber
 
std::string m_file
 

Detailed Description

Helper holding a line value, its number and its file, used during parsing.

Constructor & Destructor Documentation

◆ 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_linethe line value.
[in]p_numberthe line number.
[in]p_filethe file.

Member Data Documentation

◆ 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: