#include <string>#include <vector>

Go to the source code of this file.
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::io | |
Functions | |
| bool | mrpt::io::vectorToBinaryFile (const std::vector< uint8_t > &vec, const std::string &fileName) |
| Saves a vector directly as a binary dump to a file: More... | |
| bool | mrpt::io::loadBinaryFile (std::vector< uint8_t > &out_data, const std::string &fileName) |
| Loads a entire file as a vector of bytes. More... | |
| bool | mrpt::io::loadTextFile (std::vector< std::string > &o, const std::string &fileName) |
| Loads a text file as a vector of string lines. More... | |
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |