
Public Member Functions | |
void * | operator new (size_t byteCount) |
void | operator delete (void *address) |
MimeEntry (const char *aPattern, const regex_t &compiledPattern, const char *aContentType, const char *aContentEncoding, const char *aTransferMode, bool optionViewEnable, bool optionDownloadEnable, const char *anIconName) | |
~MimeEntry () | |
Static Public Member Functions | |
static int | UseCount () |
Public Attributes | |
const char * | pattern |
regex_t | compiled_pattern |
const char * | content_type |
const char * | content_encoding |
char | transfer_mode |
bool | view_option |
bool | download_option |
MimeIcon | theIcon |
MimeEntry * | next |
Static Private Member Functions | |
static Mem::AllocatorProxy & | Pool () |
Detailed Description
Constructor & Destructor Documentation
◆ MimeEntry()
|
explicit |
Definition at line 458 of file mime.cc.
References transfer_mode.
◆ ~MimeEntry()
Member Function Documentation
◆ operator delete()
◆ operator new()
◆ Pool()
|
inlinestaticprivate |
◆ UseCount()
Member Data Documentation
◆ compiled_pattern
regex_t MimeEntry::compiled_pattern |
Definition at line 70 of file mime.cc.
Referenced by mimeGetEntry().
◆ content_encoding
const char* MimeEntry::content_encoding |
Definition at line 72 of file mime.cc.
Referenced by mimeGetContentEncoding(), and mimeGetEntry().
◆ content_type
const char* MimeEntry::content_type |
Definition at line 71 of file mime.cc.
Referenced by mimeGetContentType(), and mimeGetEntry().
◆ download_option
bool MimeEntry::download_option |
Definition at line 75 of file mime.cc.
Referenced by mimeGetDownloadOption().
◆ next
MimeEntry* MimeEntry::next |
Definition at line 77 of file mime.cc.
Referenced by mimeFreeMemory(), mimeGetEntry(), and mimeInit().
◆ pattern
◆ theIcon
MimeIcon MimeEntry::theIcon |
Definition at line 76 of file mime.cc.
Referenced by mimeGetIcon(), and mimeInit().
◆ transfer_mode
char MimeEntry::transfer_mode |
Definition at line 73 of file mime.cc.
Referenced by MimeEntry(), and mimeGetTransferMode().
◆ view_option
bool MimeEntry::view_option |
Definition at line 74 of file mime.cc.
Referenced by mimeGetViewOption().
The documentation for this class was generated from the following file:
- src/mime.cc