#include "google/protobuf/message.h"
#include <boost/python.hpp>
#include <algorithm>
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_protobuf/proto_python_bindings/proto_field_ops.h"
#include "nrp_protobuf/proto_python_bindings/repeated_field_proxy.h"
Go to the source code of this file.
Classes | |
class | proto_python_bindings< MSG_TYPE, FIELD_MSG_TYPES > |
Class implementing python wrappers for protobuf Message types. More... | |