Ariles
Classes
Protocol Buffers [incomplete]

Detailed Description

Exchange data with protobuf classes.

Only trivial protobuf messages are supported: no repeated fields, no nested messages, etc. The main limitation is that protobuf C++ API depends on both the name and the type of message fields, which makes it impossible to handle either via templates or preprocessor macro.

Classes

struct  ariles2::protobuf3
 protobuf3 visitor. More...