Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The "ThriftIDL" page has been changed by RogerMeier.
http://wiki.apache.org/thrift/ThriftIDL?action=diff&rev1=19&rev2=20

--------------------------------------------------

   * 
[[http://svn.apache.org/repos/asf/incubator/thrift/trunk/test/ThriftTest.thrift 
| ThriftTest.thrift]] used by the Thrift TestFramework
   * Thrift [[http://svn.apache.org/repos/asf/incubator/thrift/trunk/tutorial/ 
| tutorial ]]
  = To Do/Questions =
+ Initialization of BaseType's for all Languages?
+  * Do all Languages initialize them to 0, bool=flase and string='' type? or 
null, undefined?
  
  Why does position of {{{CppType}}} vary between {{{SetType}}} and 
{{{ListType}}}?
+  * std::set does sort the elements automatically, that's the design. see 
http://www.cplusplus.com/reference/stl/set/ for further details
+  * The question is, how other languages are doing that? What about custom 
objects, do they have a Compare function the set the order correctly?
  
  Why can't {{{DefinitionType}}} be the same as {{{FieldType}}} (ie: include 
{{{Identifier}}})?
  

Reply via email to