#include "Node.h"#include <string>#include <map>#include "TagHandler.h"#include "TagIQ.h"#include <expat.h>#include <iostream>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/sem.h>#include <string.h>#include "../options.h"

Классы | |
| struct | IQHandleD |
| struct | IQRespD |
| class | Protocol |
Макросы | |
| #define | BUFFSIZE 8192 |
| #define | debug_out |
Определения типов | |
| typedef multimap< pair< string, string >, TagHandler< Node > ::PTagHandler > | TagHandelrsMapT |
| typedef list< IQHandleD > | IQHandelrsMapT |
| #define BUFFSIZE 8192 |
См. определение в файле Protocol.h строка 26
| #define debug_out |
См. определение в файле Protocol.h строка 28
| typedef list<IQHandleD> IQHandelrsMapT |
См. определение в файле Protocol.h строка 43
| typedef multimap<pair<string,string>, TagHandler<Node>::PTagHandler> TagHandelrsMapT |
См. определение в файле Protocol.h строка 34
1.7.1