libkmime

KMime::Headers::Generics::GToken Class Reference

#include <kmime_headers.h>

Inheritance diagram for KMime::Headers::Generics::GToken:
KMime::Headers::Generics::GStructured KMime::Headers::Base

Public Member Functions

 GToken (Content *p)
 
 GToken (Content *p, const TQCString &s)
 
 GToken (Content *p, const TQString &s, const TQCString &cs)
 
- Public Member Functions inherited from KMime::Headers::Generics::GStructured
 GStructured (Content *p)
 
 GStructured (Content *p, const TQCString &s)
 
 GStructured (Content *p, const TQString &s, const TQCString &cs)
 
- Public Member Functions inherited from KMime::Headers::Base
 Base ()
 
 Base (KMime::Content *parent)
 
virtual ~Base ()
 
KMime::Contentparent ()
 
void setParent (KMime::Content *p)
 
virtual void from7BitString (const TQCString &)
 
virtual TQCString as7BitString (bool=true)
 
TQCString rfc2047Charset ()
 
void setRFC2047Charset (const TQCString &cs)
 
TQCString defaultCS ()
 
bool forceCS ()
 
virtual void fromUnicodeString (const TQString &, const TQCString &)
 
virtual TQString asUnicodeString ()
 
virtual void clear ()
 
virtual bool isEmpty ()
 
virtual const char * type ()
 
bool is (const char *t)
 
bool isMimeHeader ()
 
bool isXHeader ()
 

Protected Member Functions

bool parse (const char *&scursor, const char *const send, bool isCRLF=false)
 
- Protected Member Functions inherited from KMime::Headers::Base
TQCString typeIntro ()
 

Protected Attributes

TQCString mToken
 
- Protected Attributes inherited from KMime::Headers::Base
const char * e_ncCS
 
Contentp_arent
 

Additional Inherited Members

- Public Types inherited from KMime::Headers::Base
typedef TQPtrList< BaseList
 

Detailed Description

Base class for headers which deal with a single atom.

Definition at line 382 of file kmime_headers.h.

Constructor & Destructor Documentation

◆ GToken() [1/4]

KMime::Headers::Generics::GToken::GToken ( )
inline

Definition at line 384 of file kmime_headers.h.

◆ GToken() [2/4]

KMime::Headers::Generics::GToken::GToken ( Content p)
inline

Definition at line 385 of file kmime_headers.h.

◆ GToken() [3/4]

KMime::Headers::Generics::GToken::GToken ( Content p,
const TQCString &  s 
)
inline

Definition at line 386 of file kmime_headers.h.

◆ GToken() [4/4]

KMime::Headers::Generics::GToken::GToken ( Content p,
const TQString &  s,
const TQCString &  cs 
)
inline

Definition at line 388 of file kmime_headers.h.

◆ ~GToken()

KMime::Headers::Generics::GToken::~GToken ( )
inline

Definition at line 390 of file kmime_headers.h.

Member Function Documentation

◆ parse()

bool KMime::Headers::Generics::GToken::parse ( const char *&  scursor,
const char *const  send,
bool  isCRLF = false 
)
protected

Definition at line 195 of file kmime_headers.cpp.

Member Data Documentation

◆ mToken

TQCString KMime::Headers::Generics::GToken::mToken
protected

Definition at line 395 of file kmime_headers.h.


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