|
rds2cpp
Read and write RDS/RDA files in C++
|
Pairlist, i.e., a linked list. More...
#include <RObject.hpp>


Public Member Functions | |
| SEXPType | type () const |
Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| std::vector< PairListElement > | data |
| std::vector< Attribute > | attributes |
Pairlist, i.e., a linked list.
|
inlinevirtual |
Implements rds2cpp::RObject.
| std::vector<Attribute> rds2cpp::PairList::attributes |
Additional attributes.
| std::vector<PairListElement> rds2cpp::PairList::data |
Contents of the vector.