File: CppClass-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 (38 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download | duplicates (8)
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
29
30
31
32
33
34
35
36
37
38
\name{C++Class-class}
\Rdversion{1.1}
\docType{class}
\alias{C++Class-class}
\alias{$,C++Class-method}
\alias{show,C++Class-method}

\title{Reflection information for an internal c++ class}
\description{
Information about an internal c++ class.
}
\section{Objects from the Class}{
	Objects are usually extracted from a \linkS4class{Module}
	using the dollar extractor.
}
\section{Slots}{
  \describe{
  	\item{\code{.Data}:}{mangled name of the class}
    \item{\code{pointer}:}{external pointer to the internal infomation}
    \item{\code{module}:}{external pointer to the module}
    \item{\code{fields}:}{list of \linkS4class{C++Field} objects}
    \item{\code{constructors}:}{list of \linkS4class{C++Constructor} objects}
    \item{\code{methods}:}{list of \linkS4class{C++OverloadedMethods} objects}
    \item{generator}{the generator object for the class}
    \item{docstring}{description of the class}
    \item{typeid}{unmangled typeid of the class}
    \item{enums}{enums of the class}
    \item{parents}{names of the parent classes of this class}
  }
}
\section{Methods}{
  \describe{
    \item{show}{\code{signature(object = "C++Class")}: prints the class. }
    \item{$}{\code{signature(object = "C++Class")}: ... }
	 }
}
\keyword{classes}