kviewshell
DataPool.cpp File Reference
#include "DataPool.h"
#include "IFFByteStream.h"
#include "GString.h"
#include "GOS.h"
#include "GURL.h"
#include "debug.h"
#include <sys/types.h>
Include dependency graph for DataPool.cpp:
Go to the source code of this file.
Defines | |
#define | DATAPOOL_INIT |
#define | MAX_OPEN_FILES 15 |
Functions | |
static void | call_callback (void(*callback)(void *), void *cl_data) |
Define Documentation
#define DATAPOOL_INIT |
Value:
eof_flag(false),stop_flag(false), \ stop_blocked_flag(false), \ add_at(0),start(0),length(-1)
Definition at line 709 of file DataPool.cpp.
#define MAX_OPEN_FILES 15 |
Definition at line 100 of file DataPool.cpp.
Function Documentation
static void call_callback | ( | void(*)(void *) | callback, | |
void * | cl_data | |||
) | [static] |
Definition at line 86 of file DataPool.cpp.