libqasm
library for handling cQASM files
cqasm::annotations::SourceLocation Member List

This is the complete list of members for cqasm::annotations::SourceLocation, including all inherited members.

expand_to_include(uint32_t line, uint32_t column=1)cqasm::annotations::SourceLocation
filenamecqasm::annotations::SourceLocation
first_columncqasm::annotations::SourceLocation
first_linecqasm::annotations::SourceLocation
last_columncqasm::annotations::SourceLocation
last_linecqasm::annotations::SourceLocation
SourceLocation(const std::string &filename, uint32_t first_line=0, uint32_t first_column=0, uint32_t last_line=0, uint32_t last_column=0)cqasm::annotations::SourceLocation