|
rds2cpp
Read and write RDS/RDA files in C++
|
An R external pointer. More...
#include <RObject.hpp>
Public Attributes | |
| std::unique_ptr< RObject > | protection |
| std::unique_ptr< RObject > | tag |
| std::vector< Attribute > | attributes |
An R external pointer.
| std::vector<Attribute> rds2cpp::ExternalPointer::attributes |
Additional attributes.
| std::unique_ptr<RObject> rds2cpp::ExternalPointer::protection |
Pointer to the external pointer's protection value.
| std::unique_ptr<RObject> rds2cpp::ExternalPointer::tag |
Pointer to the external pointer's tag.