Mime-Version field value.
More...
#include <mimeversion.h>
|
| MimeVersion (const std::string &) |
|
| MimeVersion (ver_type, ver_type) |
|
void | set (const std::string &) |
|
std::string | str () const |
|
| Version (const std::string &) |
|
| Version (ver_type, ver_type, ver_type build=0) |
|
void | maj (ver_type) |
|
void | min (ver_type) |
|
void | build (ver_type) |
|
ver_type | maj () const |
|
ver_type | min () const |
|
ver_type | build () const |
|
void | set (ver_type, ver_type, ver_type build=0) |
|
void | set (const std::string &) |
|
std::string | str () const |
|
bool | operator== (const Version &) const |
|
bool | operator!= (const Version &) const |
|
bool | operator< (const Version &) const |
|
bool | operator> (const Version &) const |
|
bool | operator<= (const Version &) const |
|
bool | operator>= (const Version &) const |
|
|
static const char | label [] |
|
|
FieldValue * | clone () const |
|
bool | typeChecked () const |
|
void | typeChecked (bool) |
|
|
typedef unsigned int | ver_type |
|
ver_type | m_maj |
|
ver_type | m_min |
|
ver_type | m_build |
|
Mime-Version field value.
The documentation for this struct was generated from the following file: