, including all inherited members.
AUTO enum value | ByteStream | |
bs | UnicodeByteStream | [protected] |
buffer | UnicodeByteStream | [protected] |
bufferpos | UnicodeByteStream | [protected] |
ByteStream(void) | ByteStream | [inline, protected] |
codepage_type enum name | ByteStream | |
copy(ByteStream &bsfrom, size_t size=0) | ByteStream | |
count | GPEnabled | [protected] |
cp | ByteStream | |
create(GP< ByteStream > bs) | XMLByteStream | [static] |
create(UnicodeByteStream &bs) | XMLByteStream | [inline, static] |
UnicodeByteStream::create(GP< ByteStream > bs, const GStringRep::EncodeType encodetype=GStringRep::XUTF8) | UnicodeByteStream | [inline, static] |
ByteStream::create(void) | ByteStream | [static] |
ByteStream::create(void const *const buffer, const size_t size) | ByteStream | [static] |
ByteStream::create(const GURL &url, char const *const mode) | ByteStream | [static] |
ByteStream::create(char const *const mode) | ByteStream | [static] |
ByteStream::create(const int fd, char const *const mode, const bool closeme) | ByteStream | [static] |
ByteStream::create(FILE *const f, char const *const mode, const bool closeme) | ByteStream | [static] |
create_static(void const *const buffer, const size_t size) | ByteStream | [static] |
duplicate(const size_t size=0) const | ByteStream | |
EndOfFile | ByteStream | [static] |
flush(void) | UnicodeByteStream | [virtual] |
format(const char *fmt,...) | ByteStream | |
formatmessage(const char *fmt,...) | ByteStream | |
get_count(void) const | GPEnabled | [inline] |
get_data(void) | ByteStream | |
get_lines_read(void) const | UnicodeByteStream | [inline] |
get_stderr(char const *const mode=0) | ByteStream | [static] |
get_stdin(char const *const mode=0) | ByteStream | [static] |
get_stdout(char const *const mode=0) | ByteStream | [static] |
getAsNative(void) | ByteStream | |
getAsUTF8(void) | ByteStream | |
gets(size_t const t=0, unsigned long const stopat='\n', bool const inclusive=true) | UnicodeByteStream | [virtual] |
GPEnabled() | GPEnabled | [inline] |
GPEnabled(const GPEnabled &obj) | GPEnabled | [inline] |
init(void) | XMLByteStream | [protected] |
is_static(void) const | ByteStream | [inline, virtual] |
linesread | UnicodeByteStream | [protected] |
NATIVE enum value | ByteStream | |
GPEnabled::operator=(const GPEnabled &obj) | GPEnabled | [inline] |
RAW enum value | ByteStream | |
read(void *buffer, size_t size) | UnicodeByteStream | [virtual] |
read16() | ByteStream | |
read24() | ByteStream | |
read32() | ByteStream | |
read8() | ByteStream | |
readall(void *buffer, size_t size) | ByteStream | |
readat(void *buffer, size_t sz, int pos) | ByteStream | [inline, virtual] |
scanf(const char *fmt,...) | ByteStream | |
seek(long offset, int whence=SEEK_SET, bool nothrow=false) | UnicodeByteStream | [virtual] |
set_encodetype(const GStringRep::EncodeType et=GStringRep::XUTF8) | UnicodeByteStream | |
set_encoding(const GUTF8String &encoding) | UnicodeByteStream | |
size(void) const | ByteStream | [inline, virtual] |
startpos | UnicodeByteStream | [protected] |
tell(void) const | UnicodeByteStream | [virtual] |
UnicodeByteStream(const UnicodeByteStream &bs) | UnicodeByteStream | [protected] |
UnicodeByteStream(GP< ByteStream > bs, const GStringRep::EncodeType encodetype=GStringRep::XUTF8) | UnicodeByteStream | [protected] |
UTF8 enum value | ByteStream | |
writall(const void *buffer, size_t size) | ByteStream | |
write(const void *buffer, size_t size) | UnicodeByteStream | [virtual] |
write16(unsigned int card16) | ByteStream | |
write24(unsigned int card24) | ByteStream | |
write32(unsigned int card32) | ByteStream | |
write8(unsigned int card8) | ByteStream | |
writemessage(const char *message) | ByteStream | |
writestring(const GUTF8String &s) | ByteStream | |
writestring(const GNativeString &s) | ByteStream | |
XMLByteStream(GP< ByteStream > &bs) | XMLByteStream | [protected] |
XMLByteStream(UnicodeByteStream &bs) | XMLByteStream | [protected] |
~ByteStream() | ByteStream | [virtual] |
~GPEnabled() | GPEnabled | [virtual] |
~UnicodeByteStream() | UnicodeByteStream | |
~XMLByteStream() | XMLByteStream | |