Inheritance diagram for ulxr::StringProcessor:


Public Member Functions | |
| StringProcessor (Cpp8BitString &str_ref) | |
| virtual void | process (const char *buffer, unsigned len) |
| Process a chunk of the message body somehow. | |
Private Attributes | |
| Cpp8BitString & | target |
Definition at line 129 of file ulxr_http_client.cpp.
| ulxr::StringProcessor::StringProcessor | ( | Cpp8BitString & | str_ref | ) | [inline] |
Definition at line 132 of file ulxr_http_client.cpp.
| virtual void ulxr::StringProcessor::process | ( | const char * | buffer, | |
| unsigned | len | |||
| ) | [inline, virtual] |
Process a chunk of the message body somehow.
| buffer | pointer to the current chunk | |
| len | valid length of the buffer |
Reimplemented from ulxr::BodyProcessor.
Definition at line 136 of file ulxr_http_client.cpp.
References target.
Cpp8BitString& ulxr::StringProcessor::target [private] |
1.5.1