rds2cpp
Read and write RDS/RDA files in C++
Loading...
Searching...
No Matches
rds2cpp::EnvironmentVariable Struct Reference

Variable in an Environment. More...

#include <RObject.hpp>

Collaboration diagram for rds2cpp::EnvironmentVariable:

Public Member Functions

 EnvironmentVariable ()=default
 
 EnvironmentVariable (SymbolIndex name, std::unique_ptr< RObject > value)
 

Public Attributes

SymbolIndex name
 
std::unique_ptr< RObjectvalue
 

Detailed Description

Variable in an Environment.

Constructor & Destructor Documentation

◆ EnvironmentVariable() [1/2]

rds2cpp::EnvironmentVariable::EnvironmentVariable ( )
default

Default constructor.

◆ EnvironmentVariable() [2/2]

rds2cpp::EnvironmentVariable::EnvironmentVariable ( SymbolIndex name,
std::unique_ptr< RObject > value )
inline
Parameters
nameVariable name.
valueValue of the variable.

Member Data Documentation

◆ name

SymbolIndex rds2cpp::EnvironmentVariable::name

Variable name.

◆ value

std::unique_ptr<RObject> rds2cpp::EnvironmentVariable::value

Value of the variable.


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