protobuf v0.5.0 (2019-02-11T10:33:22Z)
Dub
Repo
WrappedValue
google
protobuf
wrappers
Undocumented in source.
struct
WrappedValue (
T
string
messageTypeFullName_
) {
import
std
.
typecons
:
Nullable
;
;
enum
messageTypeFullName
;
Nullable
!
T
value
;
this
(T value);
auto
toProtobuf
();
auto
fromProtobuf
(R inputRange);
JSONValue
toJSONValue
();
auto
fromJSONValue
(JSONValue jsonValue);
}
Constructors
this
this
(T value)
Undocumented in source.
Alias This
value
Members
Functions
fromJSONValue
auto
fromJSONValue
(JSONValue jsonValue)
Undocumented in source. Be warned that the author may not have intended to support it.
fromProtobuf
auto
fromProtobuf
(R inputRange)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONValue
JSONValue
toJSONValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
toProtobuf
auto
toProtobuf
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
messageTypeFullName
enum
messageTypeFullName
;
Undocumented in source.
Variables
value
Nullable
!
T
value
;
Undocumented in source.
Meta
Source
See Implementation
google
protobuf
wrappers
aliases
BoolValue
BytesValue
DoubleValue
FloatValue
Int32Value
Int64Value
StringValue
UInt32Value
UInt64Value
structs
WrappedValue