|
rds2cpp
Read and write RDS/RDA files in C++
|
Expression vector. More...
#include <RObject.hpp>


Public Member Functions | |
| SEXPType | type () const |
Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| std::vector< std::unique_ptr< RObject > > | data |
| std::vector< Attribute > | attributes |
Expression vector.
|
inlinevirtual |
Implements rds2cpp::RObject.
| std::vector<Attribute> rds2cpp::ExpressionVector::attributes |
Additional attributes.
| std::vector<std::unique_ptr<RObject> > rds2cpp::ExpressionVector::data |
Vector of pointers to R expressions, typically LanguageObject or SymbolIndex objects. These may also be AtomicVector instances of length 1.