Rcpp Version 1.0.9
Rcpp::Rstreambuf< OUTPUT > Class Template Reference

#include <Rstreambuf.h>

Inheritance diagram for Rcpp::Rstreambuf< OUTPUT >:
Collaboration diagram for Rcpp::Rstreambuf< OUTPUT >:

Public Member Functions

 Rstreambuf ()
 

Protected Member Functions

virtual std::streamsize xsputn (const char *s, std::streamsize n)
 
virtual int overflow (int c=traits_type::eof())
 
virtual int sync ()
 
std::streamsize xsputn (const char *s, std::streamsize num)
 
std::streamsize xsputn (const char *s, std::streamsize num)
 
int overflow (int c)
 
int overflow (int c)
 
int sync ()
 
int sync ()
 

Detailed Description

template<bool OUTPUT>
class Rcpp::Rstreambuf< OUTPUT >

Definition at line 32 of file Rstreambuf.h.

Constructor & Destructor Documentation

◆ Rstreambuf()

template<bool OUTPUT>
Rcpp::Rstreambuf< OUTPUT >::Rstreambuf ( )
inline

Definition at line 34 of file Rstreambuf.h.

Member Function Documentation

◆ overflow() [1/3]

int Rcpp::Rstreambuf< true >::overflow ( int  c)
inlineprotected

Definition at line 61 of file Rstreambuf.h.

◆ overflow() [2/3]

int Rcpp::Rstreambuf< false >::overflow ( int  c)
inlineprotected

Definition at line 68 of file Rstreambuf.h.

◆ overflow() [3/3]

template<bool OUTPUT>
virtual int Rcpp::Rstreambuf< OUTPUT >::overflow ( int  c = traits_type::eof())
protectedvirtual

◆ sync() [1/3]

template<bool OUTPUT>
virtual int Rcpp::Rstreambuf< OUTPUT >::sync ( )
protectedvirtual

◆ sync() [2/3]

int Rcpp::Rstreambuf< true >::sync ( )
inlineprotected

Definition at line 76 of file Rstreambuf.h.

◆ sync() [3/3]

int Rcpp::Rstreambuf< false >::sync ( )
inlineprotected

Definition at line 80 of file Rstreambuf.h.

◆ xsputn() [1/3]

template<bool OUTPUT>
virtual std::streamsize Rcpp::Rstreambuf< OUTPUT >::xsputn ( const char *  s,
std::streamsize  n 
)
protectedvirtual

◆ xsputn() [2/3]

std::streamsize Rcpp::Rstreambuf< true >::xsputn ( const char *  s,
std::streamsize  num 
)
inlineprotected

Definition at line 52 of file Rstreambuf.h.

◆ xsputn() [3/3]

std::streamsize Rcpp::Rstreambuf< false >::xsputn ( const char *  s,
std::streamsize  num 
)
inlineprotected

Definition at line 56 of file Rstreambuf.h.


The documentation for this class was generated from the following file: