rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rds2cpp::GenericVector Struct Reference

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

#include <RObject.hpp>

Inheritance diagram for rds2cpp::GenericVector:
Inheritance graph
[legend]
Collaboration diagram for rds2cpp::GenericVector:
Collaboration graph
[legend]

Public Member Functions

SEXPType type () const
 

Public Attributes

std::vector< std::unique_ptr< RObject > > data
 
Attributes attributes
 

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

Attributes 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: