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

Generic vector, i.e., an ordinary R list. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::GenericVector:
Collaboration diagram for rds2cpp::GenericVector:

Public Member Functions

SEXPType type () const
 
- Public Member Functions inherited from rds2cpp::RObject

Public Attributes

std::vector< std::unique_ptr< RObject > > data
 
std::vector< Attributeattributes
 

Detailed Description

Generic vector, i.e., an ordinary R list.

Member Function Documentation

◆ type()

SEXPType rds2cpp::GenericVector::type ( ) const
inlinevirtual
Returns
Type of the R object.

Implements rds2cpp::RObject.

Member Data Documentation

◆ attributes

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

Additional attributes.

◆ data

std::vector<std::unique_ptr<RObject> > rds2cpp::GenericVector::data

Contents of the vector.


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