MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isRefType

Function isRefType

include/daScript/ast/ast_handle.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 virtual bool rtti_isHandledTypeAnnotation() const override { return true; }
95 virtual bool rtti_isBasicStructureAnnotation() const override { return true; }
96 virtual bool isRefType() const override { return true; }
97 virtual int32_t getGcFlags(das_set<Structure *> &, das_set<Annotation *> &) const override;
98 virtual uint32_t getFieldOffset ( const string & ) const override;
99 virtual TypeInfo * getFieldType ( const string & ) const override;

Callers 3

isRefMethod · 0.70
isTempTypeMethod · 0.70
isSimpleTypeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected