#include <proto_stream.h>
|
bool | Read (std::string *decompressed_data) |
|
Definition at line 53 of file proto_stream.h.
◆ ProtoStreamReader() [1/2]
cartographer::io::ProtoStreamReader::ProtoStreamReader |
( |
const std::string & |
filename | ) |
|
|
explicit |
◆ ~ProtoStreamReader()
cartographer::io::ProtoStreamReader::~ProtoStreamReader |
( |
| ) |
|
|
default |
◆ ProtoStreamReader() [2/2]
◆ eof()
bool cartographer::io::ProtoStreamReader::eof |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ Read()
bool cartographer::io::ProtoStreamReader::Read |
( |
std::string * |
decompressed_data | ) |
|
|
private |
◆ ReadProto()
bool cartographer::io::ProtoStreamReader::ReadProto |
( |
google::protobuf::Message * |
proto | ) |
|
|
overridevirtual |
◆ in_
std::ifstream cartographer::io::ProtoStreamReader::in_ |
|
private |
The documentation for this class was generated from the following files: