Copyright (c) 2006- Facebook Distributed under the Thrift Software License
See accompanying file LICENSE or visit the Thrift site at: http://developers.facebook.com/thrift/
TType | Data types that can be sent via Thrift |
TMessageType | Message types for RPC |
TException | NOTE(mcslee): This currently contains a ton of duplicated code from TBase because we need to save CPU cycles and this is not yet in an extension. |
TBase | Base class from which other Thrift structs extend. This is so that we can cut back on the size of the generated code which is turning out to have a nontrivial cost just to load thanks to the wondrously abysmal implementation of PHP. Note that code is intentionally duplicated in here to avoid making function calls for every field or member of a container. |
TApplicationException | NOTE(mcslee): This currently contains a ton of duplicated code from TBase because we need to save CPU cycles and this is not yet in an extension. |