pipe_input.h File Reference

Rudimentary functions to handle pipe input. More...

#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.


Namespaces

namespace  cttl
 Namespace cttl defines publicly visible classes and functions of CTTL library.

Functions

template<typename CharT >
size_t cttl::pipe_input_2_string (std::basic_string< CharT > &str_output_)
 Inputs data from standard input and stores it in a string provided by the user.
template<typename CharT >
size_t cttl::pipe_input_2_string (std::basic_string< CharT > &str_output_, CharT delimiter_)
 Inputs data from standard input and stores it in a string provided by the user.
template<typename CharT >
size_t cttl::pipe_input_2_vector (std::vector< std::basic_string< CharT > > &vect_input_)
 Inputs data from standard input and stores it in a vector provided by the user.
template<typename CharT >
size_t cttl::pipe_input_2_vector (std::vector< std::basic_string< CharT > > &vect_input_, CharT const *filter_)
 Inputs data from standard input and stores it in a vector provided by the user.
template<typename CharT >
size_t cttl::pipe_input_2_vector (std::vector< std::basic_string< CharT > > &vect_input_, std::basic_string< CharT > filter_)
 Inputs data from standard input and stores it in a vector provided by the user.


Detailed Description

Rudimentary functions to handle pipe input.

Definition in file pipe_input.h.


Generated on Sat Aug 22 22:33:54 2009 for Common Text Transformation Library by  doxygen 1.5.9