}
I want initialize Test1 message without using mutable_****
Or
Without using set fields function in C++
Means, is it possible that,
Test1 test_message;
test_message = new Test1();
and all fields initialized to zero or default value?
Is there any single function, which will do initialize all fields of nested message in C++?
--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/d1d576a0-7944-408d-ae10-a0007d14cddd%40googlegroups.com.
I am not able to access its fields x and so on.
I wanted to ask all fields after memory allocation.
--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/e0574a11-6d9c-4d3d-bf13-dd0413faba2f%40googlegroups.com.