#include <SLMime.hpp>
Collaboration diagram for SLMime:
Public Member Functions | |
SLMime (const char *c_str) | |
bool | operator== (const SLMime &other) |
Protected Attributes | |
boost::shared_ptr< Data > | _shared_ptr |
SLString uses shared_ptr, see the Library section for details.
|
The constructor.
|
|
This operator allow SLMime comparison without accessing the internals as the format may change. |
|
This variable hold the various data used by the mime type in an efficient and memory leaks proof way. This feature may change for a more lightweigt design in the future. |