https://github.com/cran/Rcpp
Raw File
Tip revision: a5efaaa5edad752264a962eba18c2fe7b700f19e authored by Dirk Eddelbuettel and Romain Francois on 28 November 2010, 06:24:47 UTC
version 0.8.9
Tip revision: a5efaaa
CppConstructor-class.Rd
\name{C++Constructor-class}
\Rdversion{1.1}
\docType{class}
\alias{C++Constructor-class}

\title{Class "C++Constructor"}
\description{
Representation of a C++ constructor
}
\section{Extends}{
Class \code{"\linkS4class{envRefClass}"}, directly.
Class \code{"\linkS4class{.environment}"}, by class "envRefClass", distance 2.
Class \code{"\linkS4class{refClass}"}, by class "envRefClass", distance 2.
Class \code{"\linkS4class{environment}"}, by class "envRefClass", distance 3, with explicit coerce.
Class \code{"\linkS4class{refObject}"}, by class "envRefClass", distance 3.
}
\keyword{classes}
\section{Fields}{
  \describe{
    \item{\code{pointer}:}{pointer to the internal structure that represent the constructor}
    \item{\code{class_pointer}:}{pointer to the internal structure that represent the associated C++ class}
    \item{\code{nargs}:}{Number of arguments the constructor expects}
    \item{\code{signature}:}{C++ signature of the constructor}
    \item{\code{docstring}:}{Short description of the constructor}
  }
}
back to top