Genlib's code tag

Syntax:

code class {
non-inline implementations of members-declared member functions
}

The code tag typically delimits the implementation of members-declared member functions that are not inline functions. Inline member functions are specified inside the inlinecode tag, described next. Though not explicitly forbidden, code for non-class functions should be provided via an auxfile statement rather than included in an unrelated class's code segment.