|
rds2cpp
Read and write RDS/RDA files in C++
|
Write an RDS file. More...
#include <vector>#include <cstddef>#include "byteme/byteme.hpp"#include "sanisizer/sanisizer.hpp"#include "RdsFile.hpp"#include "RObject.hpp"#include "utils_write.hpp"#include "write_object.hpp"#include "SharedWriteInfo.hpp"

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