apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TMap
thrift
protocol
base
Descriptions of Thrift entities.
struct
TField
struct
TList
struct
TMap
struct
TMap {
TType
keyType
;
TType
valueType
;
size_t
size
;
}
struct
TMessage
struct
TSet
struct
TStruct
Members
Variables
keyType
TType
keyType
;
Undocumented in source.
size
size_t
size
;
Undocumented in source.
valueType
TType
valueType
;
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.