[Rcpp-commits] r2505 - pkg/Rcpp/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 23 15:34:54 CET 2010


Author: romain
Date: 2010-11-23 15:34:54 +0100 (Tue, 23 Nov 2010)
New Revision: 2505

Added:
   pkg/Rcpp/man/CppConstructor-class.Rd
Log:
+ doc for C++Constructor

Added: pkg/Rcpp/man/CppConstructor-class.Rd
===================================================================
--- pkg/Rcpp/man/CppConstructor-class.Rd	                        (rev 0)
+++ pkg/Rcpp/man/CppConstructor-class.Rd	2010-11-23 14:34:54 UTC (rev 2505)
@@ -0,0 +1,26 @@
+\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}
+  }
+}



More information about the Rcpp-commits mailing list