rds2cpp
C++ library for parsing RDS files
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rds2cpp::SymbolIndex Struct Reference

Reference to a language symbol. More...

#include <RObject.hpp>

Inheritance diagram for rds2cpp::SymbolIndex:
Inheritance graph
[legend]
Collaboration diagram for rds2cpp::SymbolIndex:
Collaboration graph
[legend]

Public Member Functions

 SymbolIndex (size_t i=-1)
 
SEXPType type () const
 

Public Attributes

size_t index
 

Detailed Description

Reference to a language symbol.

Constructor & Destructor Documentation

◆ SymbolIndex()

rds2cpp::SymbolIndex::SymbolIndex ( size_t  i = -1)
inline
Parameters
iValue of the symbol index.

Member Function Documentation

◆ type()

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

Implements rds2cpp::RObject.

Member Data Documentation

◆ index

size_t rds2cpp::SymbolIndex::index

Index into the symbols vector of the RdsFile object.


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