Stores the information about position in configuration file.
More...
List of all members.
Public Member Functions |
| ConfigFilePosInfo (const std::string &f, size_t ln, const std::string &l) |
| The constructor.
|
Public Attributes |
const std::string & | fileName |
const std::string & | line |
size_t | lineNumber |
Detailed Description
This structure saves the complete configuration file position information necessary for constructing proper error message. This information is provided to parsing process listening class.
- See also:
- AbstractConfigFileHandler ConfigFile
Constructor & Destructor Documentation
ConfigFilePosInfo::ConfigFilePosInfo |
( |
const std::string & |
f, |
|
|
size_t |
ln, |
|
|
const std::string & |
l |
|
) |
| [inline] |
- Parameters:
-
[in] | f | The configuration file name |
[in] | ln | The number of the line with the invalid content |
[in] | l | The content of the invalid line |