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

An R symbol. More...

#include <RObject.hpp>

Public Member Functions

 Symbol ()=default
 
 Symbol (std::string name, StringEncoding encoding)
 

Public Attributes

std::string name
 
StringEncoding encoding = StringEncoding::UTF8
 

Detailed Description

An R symbol.

Constructor & Destructor Documentation

◆ Symbol() [1/2]

rds2cpp::Symbol::Symbol ( )
default

Default constructor.

◆ Symbol() [2/2]

rds2cpp::Symbol::Symbol ( std::string name,
StringEncoding encoding )
inline
Parameters
nameName of the symbol.
encodingCharacter encoding of the name.

Member Data Documentation

◆ encoding

StringEncoding rds2cpp::Symbol::encoding = StringEncoding::UTF8

Encoding for the symbol name.

◆ name

std::string rds2cpp::Symbol::name

Name of the symbol.


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