#include "BaseConfigFile.h"#include "ServerConfig.h"#include <map>#include <list>#include <vector>#include <string>#include "XML/Server.h"

Классы | |
| struct | ExtendInfo |
| struct | ThreadStruct |
| class | ClientServerDataTransfer |
Определения типов | |
| typedef void * | funcGetData (int datacount) |
| typedef void | funcSendData (void *data, int datacount) |
| typedef bool | moduleFunc (void *stanza, funcSendData *sendd, funcGetData *getd) |
| typedef list< moduleFunc * > | moduleFuncListType |
| typedef void | findedFileT (char *filename) |
| typedef void findedFileT(char *filename) |
См. определение в файле ClientServerDataTransfer.h строка 21
| typedef void* funcGetData(int datacount) |
См. определение в файле ClientServerDataTransfer.h строка 14
| typedef void funcSendData(void *data, int datacount) |
См. определение в файле ClientServerDataTransfer.h строка 15
| typedef bool moduleFunc(void *stanza, funcSendData *sendd, funcGetData *getd) |
См. определение в файле ClientServerDataTransfer.h строка 18
| typedef list<moduleFunc*> moduleFuncListType |
См. определение в файле ClientServerDataTransfer.h строка 19
1.7.1