|
rds2cpp
C++ library for parsing RDS files
|
Write an RDS file. More...
#include <vector>#include "RdsFile.hpp"#include "RObject.hpp"#include "utils_write.hpp"#include "write_object.hpp"#include "SharedWriteInfo.hpp"#include "byteme/GzipFileWriter.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | rds2cpp |
| Parse an RDS file in C++. | |
Functions | |
| template<class Writer > | |
| void | rds2cpp::write_rds (const RdsFile &info, Writer &writer) |
| void | rds2cpp::write_rds (const RdsFile &info, const char *path) |
| void | rds2cpp::write_rds (const RdsFile &info, std::string path) |
Write an RDS file.