rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
parse_rds.hpp File Reference

Parse an RDS file. More...

#include <memory>
#include <algorithm>
#include <cstdint>
#include "RdsFile.hpp"
#include "utils_parse.hpp"
#include "SharedParseInfo.hpp"
#include "parse_object.hpp"
#include "byteme/byteme.hpp"
Include dependency graph for parse_rds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  rds2cpp
 Parse an RDS file in C++.
 

Typedefs

typedef RdsFile rds2cpp::Parsed
 

Functions

template<bool parallel_ = false, class Reader_ >
RdsFile rds2cpp::parse_rds (Reader_ &reader)
 
template<bool parallel_ = false>
RdsFile rds2cpp::parse_rds (std::string file)
 

Detailed Description

Parse an RDS file.