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

Method isRefType

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

Source from the content-addressed store, hash-verified

525 virtual bool isPod() const { return false; }
526 virtual bool isRawPod() const { return false; }
527 virtual bool isRefType() const { return false; }
528 virtual bool hasStringData(das_set<void *> &) const { return false; }
529 virtual bool hasNonTrivialCtor() const { return true; }
530 virtual bool hasNonTrivialDtor() const { return true; }

Callers 5

makeExternFunction · 0.45
addCtorFunction · 0.45
addCtorAndUsingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected