rds2cpp
Read and write RDS/RDA files in C++
Loading...
Searching...
No Matches
rds2cpp::ExternalPointer Struct Reference

An R external pointer. More...

#include <RObject.hpp>

Public Attributes

std::unique_ptr< RObjectprotection
 
std::unique_ptr< RObjecttag
 
std::vector< Attributeattributes
 

Detailed Description

An R external pointer.

Member Data Documentation

◆ attributes

std::vector<Attribute> rds2cpp::ExternalPointer::attributes

Additional attributes.

◆ protection

std::unique_ptr<RObject> rds2cpp::ExternalPointer::protection

Pointer to the external pointer's protection value.

◆ tag

std::unique_ptr<RObject> rds2cpp::ExternalPointer::tag

Pointer to the external pointer's tag.


The documentation for this struct was generated from the following file: