rds2cpp
C++ library for parsing RDS files
|
Crds2cpp::Attributes | Attribute names and values |
Crds2cpp::Environment | An R environment |
Crds2cpp::ParseRdsOptions | Options for parse_rds() |
Crds2cpp::RdsFile | Contents of the parsed RDS file |
▼Crds2cpp::RObject | Virtual class for all unserialized R objects |
Crds2cpp::AtomicVector< ElementType, stype > | Vector of some atomic type |
Crds2cpp::BuiltInFunction | Built-in function |
Crds2cpp::EnvironmentIndex | Reference to an environment |
Crds2cpp::ExpressionVector | Expression vector |
Crds2cpp::ExternalPointerIndex | Reference to an external pointer |
Crds2cpp::GenericVector | Generic vector, i.e., an ordinary R list |
Crds2cpp::LanguageObject | Language object, i.e., a function call |
Crds2cpp::Null | R's NULL value |
Crds2cpp::PairList | Pairlist, i.e., a linked list |
Crds2cpp::S4Object | S4 object |
Crds2cpp::StringVector | String vector |
Crds2cpp::SymbolIndex | Reference to a language symbol |
Crds2cpp::Symbol | An R symbol |