MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / S4_ctor

Function S4_ctor

inst/tinytest/cpp/S4.cpp:53–55  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

51
52// [[Rcpp::export]]
53S4 S4_ctor( std::string cl){
54 return S4( cl );
55}
56
57// [[Rcpp::export]]
58bool S4_is_track(S4 tr){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected