This is the complete list of members for MsgGenerator, including all inherited members.
concatInnerComments(ASTNode *node) | MsgGenerator | protected |
decreaseIndent(const char *indent) | MsgGenerator | protected |
doClass(ClassElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doClassDecl(ClassDeclElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doComment(CommentElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doCplusplus(CplusplusElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doEnum(EnumElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doEnumDecl(EnumDeclElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doEnumField(EnumFieldElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doField(FieldElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doFiles(FilesElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doImport(ImportElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doLiteral(LiteralElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doMessage(MessageElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doMessageDecl(MessageDeclElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doMsgClassOrStructBody(ASTNode *msgclassorstruct, const char *indent) | MsgGenerator | protected |
doMsgFile(MsgFileElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doNamespace(NamespaceElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doPacket(PacketElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doPacketDecl(PacketDeclElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doProperty(PropertyElement *node, const char *indent, bool islast, const char *sep) | MsgGenerator | protected |
doPropertyKey(PropertyKeyElement *node, const char *indent, bool islast, const char *sep) | MsgGenerator | protected |
doStruct(StructElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
doStructDecl(StructDeclElement *node, const char *indent, bool islast, const char *) | MsgGenerator | protected |
generate(std::ostream &out, ASTNode *node, const char *indent) | MsgGenerator | |
generate(ASTNode *node, const char *indent) | MsgGenerator | |
generateChildren(ASTNode *node, const char *indent, const char *arg=nullptr) | MsgGenerator | protected |
generateChildrenWithType(ASTNode *node, int tagcode, const char *indent, const char *arg=nullptr) | MsgGenerator | protected |
generateChildrenWithTypes(ASTNode *node, int tagcodes[], const char *indent, const char *arg=nullptr) | MsgGenerator | protected |
generateItem(ASTNode *node, const char *indent, bool islast, const char *arg=nullptr) | MsgGenerator | protected |
getBannerComment(ASTNode *node, const char *indent) | MsgGenerator | protected |
getInlineRightComment(ASTNode *node) | MsgGenerator | protected |
getRightComment(ASTNode *node) | MsgGenerator | protected |
getTrailingComment(ASTNode *node) | MsgGenerator | protected |
increaseIndent(const char *indent) | MsgGenerator | protected |
indentSize | MsgGenerator | protected |
MsgGenerator() | MsgGenerator | inline |
outp | MsgGenerator | protected |
setIndentSize(int indentsize) | MsgGenerator | |
~MsgGenerator() | MsgGenerator | inline |