Parser position entity.
More...
#include <Position.h>
List of all members.
Detailed Description
Parser position entity.
- Author:
- Alexander MAZUROV Alexander.Mazurov@gmail.com
-
Vanya BELYAEV ibelyaev@physics.syr.edu
- Date:
- 2006-05-14
Definition at line 24 of file Position.h.
Constructor & Destructor Documentation
| Gaudi::Parsers::Position::Position |
( |
const std::string & |
fileName = "", |
|
|
const int |
line = 0, |
|
|
const int |
column = 0 |
|
) |
| [inline] |
Constructor.
- Parameters:
-
| fileName | Name of file |
| line | Line number |
| column | Column number |
Definition at line 33 of file Position.h.
Member Function Documentation
| int Gaudi::Parsers::Position::column |
( |
) |
const [inline] |
| std::string Gaudi::Parsers::Position::fileName |
( |
) |
const [inline] |
| int Gaudi::Parsers::Position::line |
( |
) |
const [inline] |
Member Data Documentation
int Gaudi::Parsers::Position::m_column [private] |
std::string Gaudi::Parsers::Position::m_fileName [private] |
int Gaudi::Parsers::Position::m_line [private] |
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r2/GaudiSvc/src/JobOptionsSvc/Position.h