|
server 0.0.1
basicserverinfrastructure
|
#include <stdlib.h>#include <string.h>#include <ctype.h>#include "class.h"#include "interface/class.h"#include "http/header.h"
Go to the source code of this file.
Functions | |
| INIT_IFACE (Class, ctor, dtor, NULL) | |
| CREATE_CLASS (HttpHeader, NULL, IFACE(Class)) | |
| CREATE_CLASS | ( | HttpHeader | , |
| NULL | , | ||
| IFACE(Class) | |||
| ) |
| INIT_IFACE | ( | Class | , |
| ctor | , | ||
| dtor | , | ||
| NULL | |||
| ) |