| Main Page Class Hierarchy Alphabetical List Compound List Examples |
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 |
Public Member Functions inherited from Version | |
| 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 Public Attributes | |
| static const char | label [] |
Protected Member Functions | |
| FieldValue * | clone () const |
Protected Member Functions inherited from FieldValue | |
| bool | typeChecked () const |
| void | typeChecked (bool) |
Additional Inherited Members | |
Public Types inherited from Version | |
| typedef unsigned int | ver_type |
Protected Attributes inherited from Version | |
| ver_type | m_maj |
| ver_type | m_min |
| ver_type | m_build |
Mime-Version field value.
|
protectedvirtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.