dprotobuf.generator.dlang

This module provides conversion functionality of different elements to the D Programming Language.

Members

Functions

addComments
CodeBuilder addComments(string[] comments)
Undocumented in source. Be warned that the author may not have intended to support it.
genDes
string genDes(PBChild child, int indentCount, bool is_exten)
Undocumented in source. Be warned that the author may not have intended to support it.
genDes
string genDes(PBMessage msg, int indentCount)
Undocumented in source. Be warned that the author may not have intended to support it.
genExtenCode
CodeBuilder genExtenCode(PBChild child, int indentCount)
Undocumented in source. Be warned that the author may not have intended to support it.
genMerge
string genMerge(PBMessage msg, int indentCount)
Undocumented in source. Be warned that the author may not have intended to support it.
genSer
string genSer(PBChild child, int indentCount, bool is_exten)
Undocumented in source. Be warned that the author may not have intended to support it.
genSer
string genSer(PBMessage msg, int indentCount)
Undocumented in source. Be warned that the author may not have intended to support it.
isReserved
bool isReserved(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
langD
string langD(PBRoot root, bool markMessagesAsStatic)
Undocumented in source. Be warned that the author may not have intended to support it.
toD
string toD(PBChild child, int indentCount)
toD
string toD(PBEnum child, int indentCount)
toD
string toD(PBMessage msg, int indentCount, bool staticChild)

Meta