LibreOffice Module tools (master) 1
|
#include <tools/toolsdllapi.h>
#include <rtl/character.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <tools/debug.hxx>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | INetContentTypeParameter |
class | INetMIME |
Typedefs | |
typedef std::unordered_map< OString, INetContentTypeParameter > | INetContentTypeParameterList |
The key is the name of the attribute, in US-ASCII encoding and converted to lower case. More... | |
typedef std::unordered_map<OString, INetContentTypeParameter> INetContentTypeParameterList |
The key is the name of the attribute, in US-ASCII encoding and converted to lower case.
If a parameter value is split as described in RFC 2231, there will only be one item for the complete parameter, with the attribute name lacking any section suffix.
Definition at line 74 of file inetmime.hxx.