|
rds2cpp
Read and write RDS/RDA files in C++
|
Language object, i.e., a function call. More...
#include <RObject.hpp>


Public Member Functions | |
| SEXPType | type () const |
Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| SymbolIndex | function |
| std::vector< LanguageArgument > | arguments |
| std::vector< Attribute > | attributes |
Language object, i.e., a function call.
|
inlinevirtual |
Implements rds2cpp::RObject.
| std::vector<LanguageArgument> rds2cpp::LanguageObject::arguments |
Function arguments, named or unnamed.
| std::vector<Attribute> rds2cpp::LanguageObject::attributes |
Additional attributes.
| SymbolIndex rds2cpp::LanguageObject::function |
Name of the function.