Hi, I'm developing a C++ application and I use Protocol Buffers for
network communications.
Somewhere in my app, I receive messages which can be of different
types and I'm searching for a mean to dynamically determine the type
of these messages (which are stored in a buffer). I read something
about the reflexion interface, but I don't konw how to use it to do
what i want.
Thanks in advance for your replies.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to