My Project
|
Public Member Functions | |
KeywordLocation (std::string kw, std::string fname, std::size_t lno) | |
std::string | format (const std::string &msg_fmt) const |
bool | operator== (const KeywordLocation &data) const |
template<class Serializer > | |
void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
static KeywordLocation | serializationTestObject () |
Public Attributes | |
std::string | keyword |
std::string | filename = "<memory string>" |
std::size_t | lineno = 0 |