libkmime

KMime::Headers::Generic Class Reference

Represents an arbitrary header, that can contain any header-field. More...

#include <kmime_headers.h>

Inheritance diagram for KMime::Headers::Generic:

KMime::Headers::Generics::GUnstructured KMime::Headers::Base

List of all members.


Public Member Functions

 Generic (const char *t)
 Generic (const char *t, Content *p)
 Generic (const char *t, Content *p, const TQCString &s)
 Generic (const char *t, Content *p, const TQString &s, const TQCString &cs)
virtual void clear ()
virtual bool isEmpty ()
virtual const char * type ()
void setType (const char *type)

Protected Attributes

char * t_ype

Detailed Description

Represents an arbitrary header, that can contain any header-field.

Adds a type over GUnstructured.

See also:
GUnstructured

Definition at line 568 of file kmime_headers.h.


Member Function Documentation

virtual void KMime::Headers::Generic::clear (  )  [inline, virtual]

Delete.

Reimplemented from KMime::Headers::Generics::GUnstructured.

Definition at line 582 of file kmime_headers.h.

virtual bool KMime::Headers::Generic::isEmpty (  )  [inline, virtual]

Do we have data?

Reimplemented from KMime::Headers::Generics::GUnstructured.

Definition at line 583 of file kmime_headers.h.

virtual const char* KMime::Headers::Generic::type (  )  [inline, virtual]

Return the type of this header (e.g.

"From")

Reimplemented from KMime::Headers::Base.

Definition at line 584 of file kmime_headers.h.


The documentation for this class was generated from the following files: