TClient construction helper to avoid having to explicitly specify the protocol types, i.e. to allow the constructor being called using IFTI (see $(DMDBUG 6082, D Bugzilla enhancement requet 6082)).
Thrift service client, which implements an interface by synchronously calling a server over a TProtocol.
Represents the arguments of a Thrift method call, as pointers to the (const) parameter type to avoid copying.
Represents the result of a Thrift method call, using a pointer to the return value to avoid copying.