apache-thrift v0.19.0 (2023-08-27T13:45:30Z)
Home
Dub
Repo
TField
thrift
protocol
base
Descriptions of Thrift entities.
struct
TField {
string
name
;
TType
type
;
short
id
;
}
Members
Variables
id
short
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
TType
type
;
Undocumented in source.
Meta
Source
See Implementation
thrift
protocol
base
classes
TApplicationException
TProtocolException
enums
TMessageType
TType
functions
skip
interfaces
TProtocol
TProtocolFactory
structs
TField
TList
TMap
TMessage
TSet
TStruct
templates
isTProtocol
Descriptions of Thrift entities.