|
rds2cpp
Read and write RDS/RDA files in C++
|
Reference to an external pointer. More...
#include <RObject.hpp>


Public Member Functions | |
| ExternalPointerIndex ()=default | |
| ExternalPointerIndex (std::size_t i) | |
| SEXPType | type () const |
Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| std::size_t | index = -1 |
Reference to an external pointer.
|
default |
Default constructor.
|
inline |
| i | Value of the external pointer index. |
|
inlinevirtual |
Implements rds2cpp::RObject.
| std::size_t rds2cpp::ExternalPointerIndex::index = -1 |
Index of the RdsFile::external_pointers or RdaFile::external_pointers vector, containing information about this external pointer.