[go: up one dir, main page]

File: Rcpp-internal.Rd

package info (click to toggle)
rcpp 0.11.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,948 kB
  • ctags: 16,427
  • sloc: ansic: 42,692; cpp: 34,078; makefile: 32; sh: 21
file content (22 lines) | stat: -rw-r--r-- 712 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
\name{Rcpp-internal}
\alias{Rcpp-internal}
\alias{cpp_object_initializer}
\alias{cpp_object_dummy}
\title{Rcpp internal functions}
\description{The \pkg{Rcpp} utilizes several internal functions which
  need to visible within its namespace, yet are not user-facing. This
  page provides basic documentation for them.
}
\usage{
  cpp_object_initializer(.self, .refClassDef, ..., .object_pointer)
  cpp_object_dummy(.self, .refClassDef)
}
\arguments{
  \item{.self}{A reference to the object being modified}
  \item{.refClassDef}{The definition of a reference class}
  \item{...}{Further arguments}
  \item{.object_pointer}{Optional external pointer}
}
\keyword{programming}
\keyword{interface}
\keyword{internal}