rds2cpp
C++ library for parsing RDS files
|
Generic vector, i.e., an ordinary R list. More...
#include <RObject.hpp>
Public Member Functions | |
SEXPType | type () const |
Public Attributes | |
std::vector< std::unique_ptr< RObject > > | data |
Attributes | attributes |
Generic vector, i.e., an ordinary R list.
|
inlinevirtual |
Implements rds2cpp::RObject.
Attributes rds2cpp::GenericVector::attributes |
Additional attributes.
std::vector<std::unique_ptr<RObject> > rds2cpp::GenericVector::data |
Contents of the vector.