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

Function serialize

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

Source from the content-addressed store, hash-verified

137 string getMangledName() const;
138 virtual void log ( TextWriter & ss, const AnnotationDeclaration & decl ) const;
139 virtual void serialize( AstSerializer & ) { }
140 virtual void gc_collect ( gc_root * target, gc_root * from );
141 virtual void visitTypeDecls ( const function<void(TypeDecl *)> & ) {}
142 Module * module = nullptr;

Callers 15

BoolMethod · 0.50
Int8Method · 0.50
UInt8Method · 0.50
Int16Method · 0.50
UInt16Method · 0.50
Int64Method · 0.50
UInt64Method · 0.50
DoubleMethod · 0.50
FloatMethod · 0.50
IntMethod · 0.50
UIntMethod · 0.50
BitfieldMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected