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

String vector. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::StringVector:
Collaboration diagram for rds2cpp::StringVector:

Public Member Functions

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

Public Attributes

std::vector< Stringdata
 
std::vector< Attributeattributes
 

Detailed Description

String vector.

Member Function Documentation

◆ type()

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

Implements rds2cpp::RObject.

Member Data Documentation

◆ attributes

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

Additional attributes.

◆ data

std::vector<String> rds2cpp::StringVector::data

Contents of the vector.


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