, including all inherited members.
AUTO enum value | ByteStream | |
bs | ByteStream::Wrapper | [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(void) | ByteStream | [static] |
create(void const *const buffer, const size_t size) | ByteStream | [static] |
create(const GURL &url, char const *const mode) | ByteStream | [static] |
create(char const *const mode) | ByteStream | [static] |
create(const int fd, char const *const mode, const bool closeme) | ByteStream | [static] |
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) | ByteStream::Wrapper | [inline, virtual] |
format(const char *fmt,...) | ByteStream | |
formatmessage(const char *fmt,...) | ByteStream | |
gbs | ByteStream::Wrapper | [protected] |
get_count(void) const | GPEnabled | [inline] |
get_data(void) | ByteStream | |
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 | |
GPEnabled() | GPEnabled | [inline] |
GPEnabled(const GPEnabled &obj) | GPEnabled | [inline] |
is_static(void) const | ByteStream | [inline, virtual] |
NATIVE enum value | ByteStream | |
operator&() const | ByteStream::Wrapper | [inline] |
operator&() | ByteStream::Wrapper | [inline] |
GPEnabled::operator=(const GPEnabled &obj) | GPEnabled | [inline] |
RAW enum value | ByteStream | |
read(void *buffer, size_t size) | ByteStream::Wrapper | [inline, 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) | ByteStream::Wrapper | [inline, virtual] |
size(void) const | ByteStream | [inline, virtual] |
tell(void) const | ByteStream::Wrapper | [inline, virtual] |
UTF8 enum value | ByteStream | |
Wrapper(void) | ByteStream::Wrapper | [inline, protected] |
Wrapper(const GP< ByteStream > &xbs) | ByteStream::Wrapper | [inline, protected] |
writall(const void *buffer, size_t size) | ByteStream | |
write(const void *buffer, size_t size) | ByteStream::Wrapper | [inline, 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 | |
~ByteStream() | ByteStream | [virtual] |
~GPEnabled() | GPEnabled | [virtual] |
~Wrapper() | ByteStream::Wrapper | |