#include <proto_stream_interface.h>
Public Member Functions | |
virtual bool | eof () const =0 |
ProtoStreamReaderInterface () | |
virtual bool | ReadProto (google::protobuf::Message *proto)=0 |
virtual | ~ProtoStreamReaderInterface () |
Definition at line 39 of file proto_stream_interface.h.
virtual cartographer::io::ProtoStreamReaderInterface::~ProtoStreamReaderInterface | ( | ) | [inline, virtual] |
Definition at line 42 of file proto_stream_interface.h.
virtual bool cartographer::io::ProtoStreamReaderInterface::eof | ( | ) | const [pure virtual] |
Implemented in cartographer::io::InMemoryProtoStreamReader, and cartographer::io::ProtoStreamReader.
virtual bool cartographer::io::ProtoStreamReaderInterface::ReadProto | ( | google::protobuf::Message * | proto | ) | [pure virtual] |
Implemented in cartographer::io::InMemoryProtoStreamReader, and cartographer::io::ProtoStreamReader.