Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
namespace Synopsis::Parser::C++::AST
struct Reference
Files: Synopsis/Parser/C++/syn/ast.hh

A struct to hold cross-reference info


Public Member functions Summary:
 constructorReference() [Source]
 constructorReference(const std::string& _file, int _line, const ScopedName& _scope, const std::string& _context) [Source]
 constructorReference(const Reference& other) [Source]
 Reference&operator=(const Reference& other) [Source]

Public Data members Summary:
std::stringfile [Source]
intline [Source]
ScopedNamescope [Source]
std::stringcontext [Source]