#include <proto_stream.h>
|
void | Write (const std::string &uncompressed_data) |
|
Definition at line 35 of file proto_stream.h.
◆ ProtoStreamWriter() [1/2]
cartographer::io::ProtoStreamWriter::ProtoStreamWriter |
( |
const std::string & |
filename | ) |
|
◆ ~ProtoStreamWriter()
cartographer::io::ProtoStreamWriter::~ProtoStreamWriter |
( |
| ) |
|
|
default |
◆ ProtoStreamWriter() [2/2]
◆ Close()
bool cartographer::io::ProtoStreamWriter::Close |
( |
| ) |
|
|
overridevirtual |
◆ operator=()
◆ Write()
void cartographer::io::ProtoStreamWriter::Write |
( |
const std::string & |
uncompressed_data | ) |
|
|
private |
◆ WriteProto()
void cartographer::io::ProtoStreamWriter::WriteProto |
( |
const google::protobuf::Message & |
proto | ) |
|
|
overridevirtual |
◆ out_
std::ofstream cartographer::io::ProtoStreamWriter::out_ |
|
private |
The documentation for this class was generated from the following files: