Modified cpp code generation to build read/write methods for each non-primitive type...
authorMarc Slemko <marc@apache.org>
Wed, 9 Aug 2006 23:36:18 +0000 (23:36 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 9 Aug 2006 23:36:18 +0000 (23:36 +0000)
commitdb14e17a33d23a0a179bb4cdf9269bf9824895db
tree59ea51aa9114671e77610d935889953fc862efb1
parentc0e07a2d85c1c7af3368acb09d2466c89c658ba6
Modified cpp code generation to build read/write methods for each non-primitive type rather than inlining all serialization in client/server function handlers

Modified parser to assign negative numbers to autogenerated struct fields and function args.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664745 13f79535-47bb-0310-9956-ffa450edef68
compiler/src/cpp_generator.py
compiler/src/thrift.py [new file with mode: 0644]