A struct to hold cross-reference info
| Public Member functions Summary: | |
| constructor | Reference() [Source] |
| constructor | Reference(const std::string& _file, int _line, const ScopedName& _scope, const std::string& _context) [Source] |
| constructor | Reference(const Reference& other) [Source] |
| Reference& | operator=(const Reference& other) [Source] |
| Public Data members Summary: | |
| std::string | file [Source] |
| int | line [Source] |
| ScopedName | scope [Source] |
| std::string | context [Source] |