apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TField
thrift
protocol
base
Descriptions of Thrift entities.
struct
TField
struct
TField {
string
name
;
TType
type
;
short
id
;
}
struct
TList
struct
TMap
struct
TMessage
struct
TSet
struct
TStruct
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.