rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rds2cpp::AtomicVector< ElementType, stype > Struct Template Reference

Vector of some atomic type. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::AtomicVector< ElementType, stype >:
Inheritance graph
[legend]
Collaboration diagram for rds2cpp::AtomicVector< ElementType, stype >:
Collaboration graph
[legend]

Public Member Functions

SEXPType type () const
 

Public Attributes

std::vector< ElementTypedata
 
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

Additional attributes.

◆ data

Contents of the vector.


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