#include <version.h>
Public Member Functions | |
| wxVersionRange () | |
| wxVersionRange (const wxVersion &start, const wxVersion &end) | |
| wxVersionRange (const wxString &str) | |
| wxVersionRange & | operator= (const wxString &str) |
| operator wxString () const | |
| bool | operator== (const wxVersionRange &ver) const |
| bool | operator!= (const wxVersionRange &ver) const |
| bool | IsOk () const |
| bool | Contains (const wxVersion &ver) const |
| bool | OverlapsWith (const wxVersionRange &ver) const |
| void | Set (const wxVersion &start, const wxVersion &end) |
| bool | Set (const wxString &str) |
| wxString | GetAsString () const |
| Returns the version range as a string. | |
| wxVersion | GetStart () const |
| wxVersion | GetEnd () const |
Protected Attributes | |
| wxVersion | m_start |
| wxVersion | m_end |
Definition at line 103 of file version.h.
| wxVersion wxVersionRange::GetStart | ( | ) | const [inline] |
| wxVersion wxVersionRange::GetEnd | ( | ) | const [inline] |
1.5.1-p1