dproto v1.1.1 (2014-11-02T22:46:59Z)
Home
Dub
Repo
Field
dproto
intermediate
Undocumented in source.
package
struct
Field {
enum
Requirement
;
this
(Requirement labelEnum, string type, string name, uint tag, Options options);
Requirement
requirement
;
string
type
;
string
name
;
uint
id
;
Options
options
;
string
toProto
();
string
getDeclaration
();
string
getCase
();
string
getCheck
();
}
Constructors
this
this
(Requirement labelEnum, string type, string name, uint tag, Options options)
Undocumented in source.
Members
Enums
Requirement
enum
Requirement
Undocumented in source.
Functions
getCase
string
getCase
()
Undocumented in source. Be warned that the author may not have intended to support it.
getCheck
string
getCheck
()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaration
string
getDeclaration
()
Undocumented in source. Be warned that the author may not have intended to support it.
toProto
string
toProto
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
uint
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
options
Options
options
;
Undocumented in source.
requirement
Requirement
requirement
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Meta
Source
See Implementation
dproto
intermediate
aliases
Options
structs
EnumType
Extension
Field
MessageType
Option
ProtoPackage