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

Method Rstreambuf

inst/include/Rcpp/iostream/Rstreambuf.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 class Rstreambuf : public std::streambuf {
32 public:
33 Rstreambuf(){}
34
35 protected:
36 virtual std::streamsize xsputn(const char *s, std::streamsize n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected