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

#include <Rstreambuf.h>

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

Public Member Functions

 Rostream ()
 

Private Types

typedef Rstreambuf< OUTPUT > Buffer
 

Private Attributes

Buffer buf
 

Detailed Description

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

Definition at line 45 of file Rstreambuf.h.

Member Typedef Documentation

◆ Buffer

template<bool OUTPUT>
typedef Rstreambuf<OUTPUT> Rcpp::Rostream< OUTPUT >::Buffer
private

Definition at line 46 of file Rstreambuf.h.

Constructor & Destructor Documentation

◆ Rostream()

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

Definition at line 49 of file Rstreambuf.h.

Member Data Documentation

◆ buf

template<bool OUTPUT>
Buffer Rcpp::Rostream< OUTPUT >::buf
private

Definition at line 47 of file Rstreambuf.h.


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