Spectra
|
#include <fileLocation.h>
Public Member Functions | |
fileLocation (int line, int column, const std::string &fileName) | |
const std::string & | getFileName () const |
std::string | printLocation () const |
int | getLine () const |
int | getColumn () const |
Created: 25. 2. 2019 by Petra Sečkařová (xseck). Filename: a02@ stud. fit. vutbr .czfileLocation.h
Description: Declaration of class representing a location in a file, given by line, column and filename.
fileLocation::fileLocation | ( | int | line, |
int | column, | ||
const std::string & | fileName | ||
) |
Created: 25. 2. 2019 by Petra Sečkařová (xseck). Filename: fileLocation.cpp a02@ stud. fit. vutbr .cz
Description: Implementation of methods for a class representing a location in a file.