#include <TextCode.h>
Definition at line 83 of file TextCode.h.
Public Member Functions | |
TextUncode (const char *input_buf, size_t length, ExpandableBuffer *buf) | |
bool | error () |
Private Member Functions | |
bool | in_buffer (size_t offset=0) |
void | textuncodify () |
Private Attributes | |
const char * | input_buf_ |
size_t | length_ |
StringBuffer | buf_ |
const char * | cur_ |
bool | error_ |
oasys::TextUncode::TextUncode | ( | const char * | input_buf, | |
size_t | length, | |||
ExpandableBuffer * | buf | |||
) |
bool oasys::TextUncode::error | ( | ) | [inline] |
Definition at line 88 of file TextCode.h.
References error_.
Referenced by oasys::TextUnmarshal::get_textcode().
bool oasys::TextUncode::in_buffer | ( | size_t | offset = 0 |
) | [inline, private] |
Definition at line 99 of file TextCode.h.
References cur_, input_buf_, and length_.
Referenced by textuncodify().
void oasys::TextUncode::textuncodify | ( | ) | [private] |
Definition at line 103 of file TextCode.cc.
References oasys::StringBuffer::append(), buf_, cur_, error_, and in_buffer().
Referenced by TextUncode().
const char* oasys::TextUncode::input_buf_ [private] |
size_t oasys::TextUncode::length_ [private] |
StringBuffer oasys::TextUncode::buf_ [private] |
const char* oasys::TextUncode::cur_ [private] |
bool oasys::TextUncode::error_ [private] |