dproto v1.1.1 (2014-11-02T22:46:59Z)
Home
Dub
Repo
EnumType
dproto
intermediate
Undocumented in source.
package
struct
EnumType {
this
(string name);
string
name
;
Options
options
;
int
[
string
]
values
;
string
toProto
();
string
toD
();
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
toD
string
toD
()
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
name
string
name
;
Undocumented in source.
options
Options
options
;
Undocumented in source.
values
int
[
string
]
values
;
Undocumented in source.
Meta
Source
See Implementation
dproto
intermediate
aliases
Options
structs
EnumType
Extension
Field
MessageType
Option
ProtoPackage