CXXR (C++ R) API
Classes | Namespaces | Functions
S4Object.h File Reference

($Id: S4Object.h 1351 2013-03-08 15:12:28Z arr $)

Class CXXR::S4Object and associated C interface. More...

#include "CXXR/RObject.h"
#include <boost/serialization/access.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/nvp.hpp>
#include "CXXR/SEXP_downcast.hpp"
Include dependency graph for S4Object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CXXR::S4Object
 S4 object. More...

Namespaces

namespace  CXXR
 Namespace for the CXXR project.

Functions

SEXP Rf_allocS4Object ()
 Create an S4 object.

Detailed Description

Class CXXR::S4Object and associated C interface.

(S4Object implements S4SXP.)


Function Documentation

SEXP Rf_allocS4Object ( )

Create an S4 object.

Returns:
Pointer to the created object.