Documentation ¶
Overview ¶
Package gomarshal implements the go_marshal code generator. See README.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator drives code generation for a single invocation of the go_marshal utility.
The Generator holds arguments passed to the tool, and drives parsing, processing and code Generator for all types marked with +marshal declared in the input files.
See Generator.run() as the entry point.
Click to show internal directories.
Click to hide internal directories.