Method: AutoC::Type#default_create

Defined in:
lib/autoc/type.rb

#default_createString

This method is abstract.

Synthesize the source side code to create an instance in place of the value and perform its default initialization (the default constructor).

Original contents of the value is overwritten.

Parameters:

  • value (String | Symbol)

    source side storage designation where the instance is to be created

Returns:

  • (String)

    source side code snippet



36
# File 'lib/autoc/type.rb', line 36

abstract def default_create(value) = ABSTRACT