Mime-Version field value.
More...
#include <mimeversion.h>
Public Member Functions |
| 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) |
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 Public Attributes |
static const char | label [] |
Protected Member Functions |
FieldValue * | clone () const |
bool | typeChecked () const |
void | typeChecked (bool) |
Additional Inherited Members |
typedef unsigned int | ver_type |
ver_type | m_maj |
ver_type | m_min |
ver_type | m_build |
Detailed Description
Mime-Version field value.
The documentation for this struct was generated from the following file: