google.protobuf.wrappers

Undocumented in source.

Members

Aliases

BoolValue
alias BoolValue = WrappedValue!(bool, "google.protobuf.BoolValue")
Undocumented in source.
BytesValue
alias BytesValue = WrappedValue!(bytes, "google.protobuf.BytesValue")
Undocumented in source.
DoubleValue
alias DoubleValue = WrappedValue!(double, "google.protobuf.DoubleValue")
Undocumented in source.
FloatValue
alias FloatValue = WrappedValue!(float, "google.protobuf.FloatValue")
Undocumented in source.
Int32Value
alias Int32Value = WrappedValue!(int, "google.protobuf.Int32Value")
Undocumented in source.
Int64Value
alias Int64Value = WrappedValue!(long, "google.protobuf.Int64Value")
Undocumented in source.
StringValue
alias StringValue = WrappedValue!(string, "google.protobuf.StringValue")
Undocumented in source.
UInt32Value
alias UInt32Value = WrappedValue!(uint, "google.protobuf.UInt32Value")
Undocumented in source.
UInt64Value
alias UInt64Value = WrappedValue!(ulong, "google.protobuf.UInt64Value")
Undocumented in source.

Structs

WrappedValue
struct WrappedValue(T, string messageTypeFullName_)
Undocumented in source.

Meta