class

Crygen::Interfaces::GeneratorInterface

Inherits Reference < Object

The Crygen::Interfaces::GeneratorInterface is an interface with a method signature : generate. This latter must return a string to easily get the generated code. This rule is applied to classes located in the src/types directory.

Instance methods

generate

This method is used to generates an object.

Source