
Public Member Functions | |
| MimeEntry (const SBuf &aPattern, const char *aContentType, const char *aContentEncoding, const char *aTransferMode, bool optionViewEnable, bool optionDownloadEnable, const char *anIconName) | |
| ~MimeEntry () | |
Public Attributes | |
| RegexPattern | pattern |
| const char * | content_type |
| const char * | content_encoding |
| char | transfer_mode |
| bool | view_option |
| bool | download_option |
| MimeIcon | theIcon |
| MimeEntry * | next |
Private Member Functions | |
| MEMPROXY_CLASS (MimeEntry) | |
Detailed Description
Constructor & Destructor Documentation
◆ MimeEntry()
|
explicit |
Definition at line 458 of file mime.cc.
References transfer_mode.
◆ ~MimeEntry()
| MimeEntry::~MimeEntry | ( | ) |
Definition at line 452 of file mime.cc.
References content_encoding, content_type, and xfree.
Member Function Documentation
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ content_encoding
| const char* MimeEntry::content_encoding |
Definition at line 76 of file mime.cc.
Referenced by ~MimeEntry(), mimeGetContentEncoding(), and mimeGetEntry().
◆ content_type
| const char* MimeEntry::content_type |
Definition at line 75 of file mime.cc.
Referenced by ~MimeEntry(), mimeGetContentType(), and mimeGetEntry().
◆ download_option
| bool MimeEntry::download_option |
Definition at line 79 of file mime.cc.
Referenced by mimeGetDownloadOption().
◆ next
| MimeEntry* MimeEntry::next |
Definition at line 81 of file mime.cc.
Referenced by mimeFreeMemory(), mimeGetEntry(), and mimeInit().
◆ pattern
| RegexPattern MimeEntry::pattern |
Definition at line 74 of file mime.cc.
Referenced by mimeGetEntry().
◆ theIcon
| MimeIcon MimeEntry::theIcon |
Definition at line 80 of file mime.cc.
Referenced by mimeGetIcon(), and mimeInit().
◆ transfer_mode
| char MimeEntry::transfer_mode |
Definition at line 77 of file mime.cc.
Referenced by MimeEntry(), and mimeGetTransferMode().
◆ view_option
| bool MimeEntry::view_option |
Definition at line 78 of file mime.cc.
Referenced by mimeGetViewOption().
The documentation for this class was generated from the following file:
- src/mime.cc
