|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| def | __init__ |
| def | AddEntry |
| def | Name |
| def | EntryTagName |
| def | PrintIdented |
| def | PrintTags |
| def | PrintForwardDeclaration |
| def | PrintDeclaration |
| def | PrintCode |
Definition at line 25 of file event_rpcgen.py.
| def event_rpcgen.Struct.EntryTagName | ( | self, | |
| entry | |||
| ) |
Creates the name inside an enumeration for distinguishing data types.
Definition at line 46 of file event_rpcgen.py.

| def event_rpcgen.Struct.PrintIdented | ( | self, | |
| file, | |||
| ident, | |||
| code | |||
| ) |
Takes an array, add indentation to each entry and prints it.
Definition at line 52 of file event_rpcgen.py.

| def event_rpcgen.Struct.PrintTags | ( | self, | |
| file | |||
| ) |
Prints the tag definitions for a structure.
Definition at line 57 of file event_rpcgen.py.
