Rcpp Version 0.9.10
Rcpp::StringTransformer< UnaryOperator > Class Template Reference

#include <StringTransformer.h>

List of all members.

Public Member Functions

 StringTransformer (const UnaryOperator &op_)
 ~StringTransformer ()
const char * operator() (const char *input)

Private Attributes

const UnaryOperator & op
std::string buffer

Detailed Description

template<typename UnaryOperator>
class Rcpp::StringTransformer< UnaryOperator >

Definition at line 30 of file StringTransformer.h.


Constructor & Destructor Documentation

template<typename UnaryOperator >
Rcpp::StringTransformer< UnaryOperator >::StringTransformer ( const UnaryOperator &  op_) [inline]

Definition at line 32 of file StringTransformer.h.

template<typename UnaryOperator >
Rcpp::StringTransformer< UnaryOperator >::~StringTransformer ( ) [inline]

Definition at line 33 of file StringTransformer.h.


Member Function Documentation

template<typename UnaryOperator >
const char* Rcpp::StringTransformer< UnaryOperator >::operator() ( const char *  input) [inline]

Member Data Documentation

template<typename UnaryOperator >
std::string Rcpp::StringTransformer< UnaryOperator >::buffer [private]
template<typename UnaryOperator >
const UnaryOperator& Rcpp::StringTransformer< UnaryOperator >::op [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines