rds2cpp
Read and write RDS/RDA files in C++
Loading...
Searching...
No Matches
parse_rda.hpp File Reference

Parse an RDA (a.k.a., RData) file. More...

#include <memory>
#include <stdexcept>
#include <cstdint>
#include "RdaFile.hpp"
#include "utils_parse.hpp"
#include "SharedParseInfo.hpp"
#include "parse_pairlist.hpp"
#include "byteme/byteme.hpp"
#include "sanisizer/sanisizer.hpp"
Include dependency graph for parse_rda.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rds2cpp::ParseRdaOptions
 Options for parse_rda(). More...
 

Namespaces

namespace  rds2cpp
 Parse an RDS file in C++.
 

Functions

template<class Reader_ >
RdaFile rds2cpp::parse_rda (Reader_ &reader, const ParseRdaOptions &options)
 
RdaFile rds2cpp::parse_rda (std::string file, const ParseRdaOptions &options)
 

Detailed Description

Parse an RDA (a.k.a., RData) file.