26 #ifndef LBANN_INCLUDE_LBANN_UTILS_PROTOBUF_SERIALIZABLE_HPP_INCLUDED 27 #define LBANN_INCLUDE_LBANN_UTILS_PROTOBUF_SERIALIZABLE_HPP_INCLUDED 29 #include <google/protobuf/message.h> 41 void write_proto(google::protobuf::Message& proto)
const;
46 #endif // LBANN_INCLUDE_LBANN_UTILS_PROTOBUF_SERIALIZABLE_HPP_INCLUDED void write_proto(google::protobuf::Message &proto) const
Write the object to a protobuf message.
Represents a class that is describable in LBANN's protobuf specification.
virtual ~ProtobufSerializable()=default