| Operations Summary: |
| | __init__(self, os) [Source] |
| | indent(self) [Source] |
| | incr(self) [Source] |
| | decr(self) [Source] |
| | scope(self) [Source] |
| | set_scope(self, name) [Source] |
| | enterScope(self, name) [Source] |
| | leaveScope(self) [Source] |
| | write(self, text) [Source] |
| | formatType(self, type, id_holder = None) [Source] |
| | visitBaseType(self, type) [Source] |
| | visitDependent(self, type) [Source] |
| | visitUnknown(self, type) [Source] |
| | visitDeclared(self, type) [Source] |
| | visitModifier(self, type) [Source] |
| | visitParametrized(self, type) [Source] |
| | visitFunctionType(self, type) [Source] |
| | visitTemplate(self, type) [Source] |
| | visitDeclaration(self, decl) [Source] |
| | visitMacro(self, macro) [Source] |
| | writeComments(self, comments) [Source] |
| | visitTypedef(self, typedef) [Source] |
| | visitModule(self, module) [Source] |
| | visitMetaModule(self, module) [Source] |
| | visitClass(self, clas) [Source] |
| | visitInheritance(self, inheritance) [Source] |
| | visitParameter(self, parameter) [Source] |
| | visitFunction(self, function) [Source] |
| | visitOperation(self, operation) [Source] |
| | visitVariable(self, var) [Source] |
| | visitEnum(self, enum) [Source] |
| | visitEnumerator(self, enumer) [Source] |
| | visitConst(self, const) [Source] |