|
rds2cpp
Read and write RDS/RDA files in C++
|
Vector of some atomic type. More...
#include <RObject.hpp>


Public Member Functions | |
| SEXPType | type () const |
Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| std::vector< ElementType > | data |
| std::vector< Attribute > | attributes |
Vector of some atomic type.
| ElementType | Data type for each element. |
| stype | SEXPType flag for the type. |
|
inlinevirtual |
Implements rds2cpp::RObject.
| std::vector<Attribute> rds2cpp::AtomicVector< ElementType, stype >::attributes |
Additional attributes.
| std::vector<ElementType> rds2cpp::AtomicVector< ElementType, stype >::data |
Contents of the vector.