Public Member Functions | |
| VarReference (uint32 pguid, const Common::String &psource) | |
| bool | operator== (const VarReference &other) const |
| bool | operator!= (const VarReference &other) const |
| bool | resolve (Structural *structuralScope, Common::WeakPtr< RuntimeObject > &outObject) const |
| bool | resolve (Modifier *modifierScope, Common::WeakPtr< RuntimeObject > &outObject) const |
| void | linkInternalReferences (ObjectLinkingScope *scope) |
| void | visitInternalReferences (IStructuralReferenceVisitor *visitor) |
Public Attributes | |
| uint32 | guid |
| Common::String | source |
| Common::WeakPtr< Modifier > | resolution |