rds2cpp
C++ library for parsing RDS files
|
Vector of some atomic type. More...
#include <RObject.hpp>
Public Member Functions | |
SEXPType | type () const |
Public Attributes | |
std::vector< ElementType > | data |
Attributes | attributes |
Vector of some atomic type.
ElementType | Data type for each element. |
stype | SEXPType flag for the type. |
|
inlinevirtual |
Implements rds2cpp::RObject.
Attributes rds2cpp::AtomicVector< ElementType, stype >::attributes |
Additional attributes.
std::vector<ElementType> rds2cpp::AtomicVector< ElementType, stype >::data |
Contents of the vector.