HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MIME.h File Reference
#include "UT_API.h"
#include "UT_StringHolder.h"
#include "UT_StringMap.h"
#include "UT_WorkBuffer.h"
#include <SYS/SYS_Types.h>
#include <iosfwd>
+ Include dependency graph for UT_MIME.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_MIME
 
struct  UT_MIME::TextFilter
 

Enumerations

enum  UT_MIME_Status {
  UT_MIME_ERROR = -1, UT_MIME_OK = 0, UT_MIME_EOF_OK, UT_MIME_EXTERNAL_OK,
  UT_MIME_BINARY, UT_MIME_BAD_EOF, UT_MIME_BAD_HEADER, UT_MIME_BAD_CONTENTS,
  UT_MIME_BAD_STREAM, UT_MIME_USER_ABORT
}
 

Enumeration Type Documentation

Enumerator
UT_MIME_ERROR 
UT_MIME_OK 
UT_MIME_EOF_OK 
UT_MIME_EXTERNAL_OK 
UT_MIME_BINARY 
UT_MIME_BAD_EOF 
UT_MIME_BAD_HEADER 
UT_MIME_BAD_CONTENTS 
UT_MIME_BAD_STREAM 
UT_MIME_USER_ABORT 

Definition at line 26 of file UT_MIME.h.