protocolbuffer ~master (2022-05-04T12:34:33.95522)
Dub
Repo
PBMessage
dprotobuf
pbmessage
Undocumented in source.
struct
PBMessage {
string
name
;
string
[]
comments
;
PBMessage
[]
message_defs
;
PBEnum
[]
enum_defs
;
PBChild
[]
children
;
PBChild
[]
child_exten
;
PBExtension
[]
extensions
;
struct
allow_exten
;
allow_exten
[]
exten_sets
;
static
PBMessage
opCall
(ParserData pbstring);
static
void
tryAttachComments
(PBMessage message, CommentManager storeComment);
void
ripExtenRange
(ParserData pbstring);
}
Members
Functions
ripExtenRange
void
ripExtenRange
(ParserData pbstring)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
PBMessage
opCall
(ParserData pbstring)
Undocumented in source.
tryAttachComments
void
tryAttachComments
(PBMessage message, CommentManager storeComment)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
allow_exten
struct
allow_exten
Undocumented in source.
Variables
child_exten
PBChild
[]
child_exten
;
Undocumented in source.
children
PBChild
[]
children
;
Undocumented in source.
comments
string
[]
comments
;
Undocumented in source.
enum_defs
PBEnum
[]
enum_defs
;
Undocumented in source.
exten_sets
allow_exten
[]
exten_sets
;
Undocumented in source.
extensions
PBExtension
[]
extensions
;
Undocumented in source.
message_defs
PBMessage
[]
message_defs
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
dprotobuf
pbmessage
functions
genExtString
structs
PBMessage