#include <vector>
#include <string>
#include <string.h>
Go to the source code of this file.
|
| | tools |
| | inlined C code : ///////////////////////////////////
|
| |
|
| void | tools::buf2lines (char *a_buffer, std::vector< std::string > &a_lines) |
| |
| void | tools::buf2lines (size_t a_size, const char *a_buffer, std::vector< std::string > &a_lines) |
| |
| bool | tools::strings2buf (const std::vector< std::string > &a_strings, size_t &a_size, char *&a_buffer) |
| |
| bool | tools::buf2strings (size_t a_size, char *a_buffer, std::vector< std::string > &a_strings) |
| |
◆ tools_buf2lines