EVOLUTION-MANAGER
Edit File: CppFunction-class.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Class "C++Function"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for C++Function-class {Rcpp}"><tr><td>C++Function-class {Rcpp}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Class "C++Function"</h2> <h3>Description</h3> <p>Internal C++ function </p> <h3>Objects from the Class</h3> <p>Objects can be created by the <code>Rcpp::InternalFunction</code> class from the <code>Rcpp</code> library </p> <h3>Slots</h3> <dl> <dt><code>.Data</code>:</dt><dd><p>R function that calls back to the internal function</p> </dd> <dt><code>pointer</code>:</dt><dd><p>External pointer to a C++ object poiting to the function</p> </dd> <dt><code>docstring</code>:</dt><dd><p>Short documentation for the function</p> </dd> <dt><code>signature</code>:</dt><dd><p>C++ signature</p> </dd> </dl> <h3>Extends</h3> <p>Class <code>"<a href="../../methods/html/BasicClasses.html">function</a>"</code>, from data part. Class <code>"<a href="../../methods/html/RMethodUtils.html">OptionalFunction</a>"</code>, by class "function", distance 2. Class <code>"<a href="../../methods/html/RMethodUtils.html">PossibleMethod</a>"</code>, by class "function", distance 2. </p> <h3>Methods</h3> <dl> <dt>show</dt><dd><p><code>signature(object = "C++Function")</code>: print the object </p> </dd> </dl> <h3>Examples</h3> <pre> showClass("C++Function") </pre> <hr /><div style="text-align: center;">[Package <em>Rcpp</em> version 1.0.5 <a href="00Index.html">Index</a>]</div> </body></html>