rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
rds2cpp::AtomicVector< ElementType, stype > Struct Template Reference

Vector of some atomic type. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::AtomicVector< ElementType, stype >:
Collaboration diagram for rds2cpp::AtomicVector< ElementType, stype >:

Public Member Functions

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

Public Attributes

std::vector< ElementType > data
 
Attributes attributes
 

Detailed Description

template<typename ElementType, SEXPType stype>
struct rds2cpp::AtomicVector< ElementType, stype >

Vector of some atomic type.

Template Parameters
ElementTypeData type for each element.
stypeSEXPType flag for the type.

Member Function Documentation

◆ type()

template<typename ElementType , SEXPType stype>
SEXPType rds2cpp::AtomicVector< ElementType, stype >::type ( ) const
inlinevirtual
Returns
Type of the R object.

Implements rds2cpp::RObject.

Member Data Documentation

◆ attributes

template<typename ElementType , SEXPType stype>
Attributes rds2cpp::AtomicVector< ElementType, stype >::attributes

Additional attributes.

◆ data

template<typename ElementType , SEXPType stype>
std::vector<ElementType> rds2cpp::AtomicVector< ElementType, stype >::data

Contents of the vector.


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