TpbProtoFieldBaseType Enumeration
Represents type TpbProtoFieldBaseType
.
type TpbProtoFieldBaseType = ( pftNone, pftDouble, pftFloat, pftInt32, pftInt64, pftUInt32, pftUInt64, pftSInt32, pftSInt64, pftFixed32, pftFixed64, pftSFixed32, pftSFixed64, pftBool, pftString, pftBytes, pftIdentifier );
The TpbProtoFieldBaseType type exposes the following members.
Show:
Name | Description | |
---|---|---|
pftBool | Represents constant | |
pftBytes | Represents constant | |
pftDouble | Represents constant | |
pftFixed32 | Represents constant | |
pftFixed64 | Represents constant | |
pftFloat | Represents constant | |
pftIdentifier | Represents constant | |
pftInt32 | Represents constant | |
pftInt64 | Represents constant | |
pftNone | Represents constant | |
pftSFixed32 | Represents constant | |
pftSFixed64 | Represents constant | |
pftSInt32 | Represents constant | |
pftSInt64 | Represents constant | |
pftString | Represents constant | |
pftUInt32 | Represents constant | |
pftUInt64 | Represents constant |