rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
rds2cpp::ExternalPointerIndex Struct Reference

Reference to an external pointer. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::ExternalPointerIndex:
Collaboration diagram for rds2cpp::ExternalPointerIndex:

Public Member Functions

 ExternalPointerIndex (size_t i=-1)
 
SEXPType type () const
 
- Public Member Functions inherited from rds2cpp::RObject

Public Attributes

size_t index
 

Detailed Description

Reference to an external pointer.

Constructor & Destructor Documentation

◆ ExternalPointerIndex()

rds2cpp::ExternalPointerIndex::ExternalPointerIndex ( size_t i = -1)
inline
Parameters
iValue of the external pointer index.

Member Function Documentation

◆ type()

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

Implements rds2cpp::RObject.

Member Data Documentation

◆ index

size_t rds2cpp::ExternalPointerIndex::index

Index into the external_pointers vector of the RdsFile object.


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