structure Class Reference

Structure of a MIME part/message. More...

Inheritance diagram for structure:
Inheritance graph
[legend]
Collaboration diagram for structure:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~structure ()
virtual ref< const partgetPartAt (const int pos) const =0
virtual ref< partgetPartAt (const int pos)=0
virtual int getPartCount () const =0

Protected Member Functions

 structure ()
 structure (const structure &)

Detailed Description

Structure of a MIME part/message.


Constructor & Destructor Documentation

structure (  )  [protected]
structure ( const structure  )  [protected]
virtual ~structure (  )  [virtual]

Member Function Documentation

virtual ref<part> getPartAt ( const int  pos  )  [pure virtual]

Return the part at the specified position (first part is at position 0).

Parameters:
pos position
Returns:
part at position 'pos'
virtual ref<const part> getPartAt ( const int  pos  )  const [pure virtual]

Return the part at the specified position (first part is at position 0).

Parameters:
pos position
Returns:
part at position 'pos'
virtual int getPartCount (  )  const [pure virtual]

Return the number of parts in this part.

Returns:
number of parts

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

Generated by  doxygen 1.6.2