Genivia Home Documentation
soap_mime Struct Reference

updated Mon Apr 22 2024 by Robert van Engelen
 
soap_mime Struct Reference

Stores a linked list of MIME attachments received. More...

Public Member Functions

soap_multipart::iterator begin ()
 C++ only: an iterator over soap_multipart attachments. More...
 
soap_multipart::iterator end ()
 C++ only: an iterator over soap_multipart attachments. More...
 

Public Attributes

struct soap_multipartlist
 list of MIME attachments received More...
 

Detailed Description

Stores a linked list of MIME attachments received.

This structure's soap_mime::list member points to a linked list of MIME attachments received. Other data in this structure (not shown) is used to manage the state of the engine's MIME processing. The begin and end member functions return an iterator to iterate over attachments in C++.

Member Function Documentation

soap_multipart::iterator soap_mime::begin ( )

C++ only: an iterator over soap_multipart attachments.

soap_multipart::iterator soap_mime::end ( )

C++ only: an iterator over soap_multipart attachments.

Member Data Documentation

struct soap_multipart* soap_mime::list

list of MIME attachments received