Классы | Макросы | Определения типов

Файл Protocol.h

#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"
Граф включаемых заголовочных файлов для Protocol.h:
Граф файлов, в которые включается этот файл:

См. исходные тексты.

Классы

struct  IQHandleD
struct  IQRespD
class  Protocol

Макросы

#define BUFFSIZE   8192
#define debug_out

Определения типов

typedef multimap< pair< string,
string >, TagHandler< Node >
::PTagHandler > 
TagHandelrsMapT
typedef list< IQHandleDIQHandelrsMapT

Макросы

#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