|
Rcpp Version 0.9.10
|
#include <Rstreambuf.h>
Protected Member Functions | |
| virtual std::streamsize | xsputn (const char *s, std::streamsize n) |
| virtual int | overflow (int c=EOF) |
Definition at line 33 of file Rstreambuf.h.
| int Rcpp::Rstreambuf::overflow | ( | int | c = EOF | ) | [protected, virtual] |
Definition at line 30 of file Rstreambuf.cpp.
| std::streamsize Rcpp::Rstreambuf::xsputn | ( | const char * | s, |
| std::streamsize | n | ||
| ) | [protected, virtual] |
Definition at line 25 of file Rstreambuf.cpp.