|
rds2cpp
Read and write RDS/RDA files in C++
|
Attribute name and value. More...
#include <RObject.hpp>

Public Member Functions | |
| Attribute ()=default | |
| Attribute (SymbolIndex name, std::unique_ptr< RObject > value) | |
Public Attributes | |
| SymbolIndex | name |
| std::unique_ptr< RObject > | value |
Attribute name and value.
|
default |
Default constructor.
|
inline |
| name | Attribute name. |
| value | Value of the attribute. |
| SymbolIndex rds2cpp::Attribute::name |
Attribute name.
| std::unique_ptr<RObject> rds2cpp::Attribute::value |
Value of the attribute.