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

Method get_cstring

inst/include/Rcpp/String.h:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 }
573
574 inline const char* get_cstring() const {
575 return buffer_ready ? buffer.c_str() : CHAR(data);
576 }
577
578 inline cetype_t get_encoding() const {
579 return enc;

Callers 5

StringClass · 0.80
operator<Method · 0.80
operator>Method · 0.80
operator()Method · 0.80
trimwsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected