Definition at line 66 of file mhttpd.cxx.
◆ Attachment()
| Attachment::Attachment |
( |
| ) |
|
|
inline |
Definition at line 72 of file mhttpd.cxx.
73 {
74 for (
int i=0;
i<3;
i++) {
77 }
78 }
char * attachment_buffer[3]
size_t attachment_size[3]
◆ ~Attachment()
| Attachment::~Attachment |
( |
| ) |
|
|
inline |
Definition at line 79 of file mhttpd.cxx.
80 {
81 for (
int i=0;
i<3;
i++) {
83 }
84 }
◆ clear()
| void Attachment::clear |
( |
int |
i | ) |
|
|
inline |
◆ attachment_buffer
| char* Attachment::attachment_buffer[3] |
◆ attachment_size
| size_t Attachment::attachment_size[3] |
The documentation for this class was generated from the following file: