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

Attribute name and value. More...

#include <RObject.hpp>

Collaboration diagram for rds2cpp::Attribute:

Public Member Functions

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

Public Attributes

SymbolIndex name
 
std::unique_ptr< RObjectvalue
 

Detailed Description

Attribute name and value.

Constructor & Destructor Documentation

◆ Attribute() [1/2]

rds2cpp::Attribute::Attribute ( )
default

Default constructor.

◆ Attribute() [2/2]

rds2cpp::Attribute::Attribute ( SymbolIndex name,
std::unique_ptr< RObject > value )
inline
Parameters
nameAttribute name.
valueValue of the attribute.

Member Data Documentation

◆ name

SymbolIndex rds2cpp::Attribute::name

Attribute name.

◆ value

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

Value of the attribute.


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