[protobuf] outer classname for C++

2010-10-25 Thread Paul
Hi, In the example of the .proto definition in Java, there is a option java_outer_classname = AddressBookProtos; Is there an equivalent statement for C++? Thanks, Paul -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group,

Re: [protobuf] outer classname for C++

2010-10-25 Thread Daniel Wright
No -- in C++ the message classes are placed directly in a namespace named after the package, so there's no outer class. On Mon, Oct 25, 2010 at 11:42 AM, Paul mjpabl...@gmail.com wrote: Hi, In the example of the .proto definition in Java, there is a option java_outer_classname =