protocolbuffer ~master (2022-05-04T12:34:33.95522)
Dub
Repo
PBParseException
dprotobuf
pbgeneral
Undocumented in source.
class
PBParseException : Exception {
string
locus
;
string
error
;
size_t
lineNumber
;
this
(string location, string problem, size_t inputLine, string file, size_t line);
}
Constructors
this
this
(string location, string problem, size_t inputLine, string file, size_t line)
Undocumented in source.
Members
Variables
error
string
error
;
Undocumented in source.
lineNumber
size_t
lineNumber
;
Undocumented in source.
locus
string
locus
;
Undocumented in source.
Meta
Source
See Implementation
dprotobuf
pbgeneral
classes
PBParseException
enums
CClass
PBTypes
functions
isValidChar
ripComment
ripOption
ripOptions
ripQuotedValue
stripLWhite
stripValidChars
typeNextElement
validIdentifier
validateMultiIdentifier
structs
CommentManager
PBOption
ParserData