MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
event_rpcgen.Struct Class Reference

Public Member Functions

def __init__
def AddEntry
def Name
def EntryTagName
def PrintIdented
def PrintTags
def PrintForwardDeclaration
def PrintDeclaration
def PrintCode

Detailed Description

Definition at line 25 of file event_rpcgen.py.

Member Function Documentation

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

def event_rpcgen.Struct.PrintTags (   self,
  file 
)
Prints the tag definitions for a structure.

Definition at line 57 of file event_rpcgen.py.

Here is the call graph for this function:


The documentation for this class was generated from the following file: