|
rds2cpp
C++ library for parsing RDS files
|
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 |
| Attributes | attributes |
Expression vector.
|
inlinevirtual |
Implements rds2cpp::RObject.
| Attributes 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.