| 
    rds2cpp
    
   C++ library for parsing RDS files 
   | 
 
S4 object. More...
#include <RObject.hpp>


Public Member Functions | |
| SEXPType | type () const | 
  Public Member Functions inherited from rds2cpp::RObject | |
Public Attributes | |
| std::string | class_name | 
| StringEncoding | class_encoding = StringEncoding::UTF8 | 
| std::string | package_name | 
| StringEncoding | package_encoding = StringEncoding::UTF8 | 
| Attributes | attributes | 
S4 object.
      
  | 
  inlinevirtual | 
Implements rds2cpp::RObject.
| Attributes rds2cpp::S4Object::attributes | 
Additional attributes. For S4 objects, this is where the values of all slots are stored.
| StringEncoding rds2cpp::S4Object::class_encoding = StringEncoding::UTF8 | 
Encoding of the class name.
| std::string rds2cpp::S4Object::class_name | 
Name of the class.
| StringEncoding rds2cpp::S4Object::package_encoding = StringEncoding::UTF8 | 
Encoding of the package name.
| std::string rds2cpp::S4Object::package_name | 
Name of the package.