Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

LoggerStruct Struct Reference
[HookBindings - Adaptor to the callback system]

#include <hooker.h>

Collaboration diagram for LoggerStruct:

Collaboration graph
[legend]

Detailed Description

buffer of the output channel.

Definition at line 41 of file hooker.h.

Data Fields

char * buffer
int maxsize
int size


Field Documentation

char* LoggerStruct::buffer
 

a chunk of memory to buffer stuff in Definition at line 44 of file hooker.h.

Referenced by hooker_init(), logFlush(), loggerSize(), and logWriteChar().

int LoggerStruct::maxsize
 

memory allocated in this buffer Definition at line 43 of file hooker.h.

Referenced by hooker_init(), loggerSize(), and logWriteChar().

int LoggerStruct::size
 

current size buffered Definition at line 42 of file hooker.h.

Referenced by hooker_init(), logFlush(), loggerSize(), and logWriteChar().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)