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

Pairlist, i.e., a linked list. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::PairList:
Collaboration diagram for rds2cpp::PairList:

Public Member Functions

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

Public Attributes

std::vector< PairListElementdata
 
std::vector< Attributeattributes
 

Detailed Description

Pairlist, i.e., a linked list.

Member Function Documentation

◆ type()

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

Implements rds2cpp::RObject.

Member Data Documentation

◆ attributes

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

Additional attributes.

◆ data

std::vector<PairListElement> rds2cpp::PairList::data

Contents of the vector.


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