#include <llpipeutil.h>


Public Member Functions | |
| LLPipeStringInjector (const std::string &string) | |
Protected Member Functions | |
| virtual EStatus | process_impl (const LLChannelDescriptors &channels, buffer_ptr_t &buffer, bool &eos, LLSD &context, LLPumpIO *pump) |
Private Attributes | |
| std::string | mString |
Definition at line 48 of file llpipeutil.h.
| LLPipeStringInjector::LLPipeStringInjector | ( | const std::string & | string | ) | [inline] |
Definition at line 51 of file llpipeutil.h.
| LLIOPipe::EStatus LLPipeStringInjector::process_impl | ( | const LLChannelDescriptors & | channels, | |
| buffer_ptr_t & | buffer, | |||
| bool & | eos, | |||
| LLSD & | context, | |||
| LLPumpIO * | pump | |||
| ) | [protected, virtual] |
Definition at line 61 of file llpipeutil.cpp.
References mString, LLChannelDescriptors::out(), and LLIOPipe::STATUS_DONE.

std::string LLPipeStringInjector::mString [private] |
1.5.5