| C++Class-class {Rcpp} | R Documentation |
Information about an internal c++ class.
Objects are usually extracted from a Module using the dollar extractor.
.Data:mangled name of the class
pointer:external pointer to the internal infomation
module:external pointer to the module
fields:list of C++Field objects
constructors:list of C++Constructor objects
methods:list of C++OverloadedMethods objects
the generator object for the class
description of the class
unmangled typeid of the class
enums of the class
names of the parent classes of this class
signature(object = "C++Class"): prints the class.
signature(object = "C++Class"): ...