File: CppField-class.Rd

package info (click to toggle)
rcpp 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,480 kB
  • sloc: cpp: 27,436; ansic: 7,778; sh: 53; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{C++Field-class}
\Rdversion{1.1}
\docType{class}
\alias{C++Field-class}

\title{Class "C++Field"}
\description{
Metadata associated with a field of a class exposed through Rcpp modules
}
\section{Fields}{
  \describe{
    \item{\code{pointer}:}{external pointer to the internal (C++) object that represents fields}
    \item{\code{cpp_class}:}{(demangled) name of the C++ class of the field}
    \item{\code{read_only}:}{Is this field read only}
    \item{\code{class_pointer}:}{external pointer to the class this field is from. }
  }
}
\section{Methods}{
No methods defined with class "C++Field" in the signature.
}
\seealso{
    The \code{fields} slot of the \code{\linkS4class{C++Class}} class is a 
    list of \code{C++Field} objects
}
\examples{
showClass("C++Field")
}
\keyword{classes}