|
rds2cpp
Read and write RDS/RDA files in C++
|
R object saved in a RdaFile.
More...
#include <RdaFile.hpp>

Public Member Functions | |
| RdaObject ()=default | |
| RdaObject (SymbolIndex name, std::unique_ptr< RObject > value) | |
Public Attributes | |
| SymbolIndex | name |
| std::unique_ptr< RObject > | value |
R object saved in a RdaFile.
|
default |
Default constructor.
|
inline |
| name | Name of the object. |
| value | Value of the object. |
| SymbolIndex rds2cpp::RdaObject::name |
Name of the object.
| std::unique_ptr<RObject> rds2cpp::RdaObject::value |
Value of the object.