| 
    MRPT
    2.0.0
    
   | 
 
#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| 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... | |
| std::string | mrpt::io::file_get_contents (const std::string &fileName) | 
| Loads an entire text file and return its contents as a single std::string.  More... | |
| Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020 |