|
| 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 |
|
Mime-Version field value.