Revision c6f22e392cbd41f30ce10c2b125ffaed17d002e8 authored by Dirk Eddelbuettel and Romain Francois on 06 July 2011, 18:56:02 UTC, committed by cran-robot on 06 July 2011, 18:56:02 UTC
1 parent d138013
Raw File
NAMESPACE
useDynLib(Rcpp, .registration = TRUE)

import( methods )
importFrom( utils, capture.output, assignInNamespace, .DollarNames, prompt, packageDescription )

exportClasses( Module, "C++ObjectS3", "C++Field", 
    "C++OverloadedMethods", 
    "C++Constructor", 
    "C++Class", "C++Object", "C++Function", 
    "C++ClassRepresentation"
    )

S3method( .DollarNames, "C++Object" )
S3method( .DollarNames, "Module" )
exportMethods( prompt, show, .DollarNames, initialize, "formals<-" )

export( 
    Module, Rcpp.package.skeleton, populate, loadRcppModules
)

back to top