PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
PLocation Member List

This is the complete list of members for PLocation, including all inherited members.

copyPLocation(const PLocation &other)PLocationprivate
getColumn() constPLocation
getFileName() constPLocation
getLine() constPLocation
initialisationPLocation(const PPath &fileName, size_t line, size_t column)PLocationprivate
operator!=(const PLocation &other1, const PLocation &other2)PLocationfriend
operator<<(std::ostream &out, const PLocation &other)PLocationfriend
operator=(const PLocation &other)PLocation
operator==(const PLocation &other1, const PLocation &other2)PLocationfriend
p_columnPLocationprivate
p_fileNamePLocationprivate
p_linePLocationprivate
PLocation(const PPath &fileName=PPath(), size_t line=0lu, size_t column=0lu)PLocation
PLocation(const PLocation &other)PLocation
setColumn(size_t column)PLocation
setFileName(const PPath &fileName)PLocation
setLine(size_t line)PLocation
~PLocation()PLocationvirtual