wxVersionRange Class Reference

A range of versions in form a.b.c where a, b, c are in range [0-9]. More...

#include <version.h>

List of all members.

Public Member Functions

 wxVersionRange ()
 wxVersionRange (const wxVersion &start, const wxVersion &end)
 wxVersionRange (const wxString &str)
wxVersionRangeoperator= (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


Detailed Description

A range of versions in form a.b.c where a, b, c are in range [0-9].

Definition at line 103 of file version.h.


Member Function Documentation

wxVersion wxVersionRange::GetStart (  )  const [inline]

Returns the start of this range. This is always less or equal the end version.

Definition at line 150 of file version.h.

References m_start.

wxVersion wxVersionRange::GetEnd (  )  const [inline]

Returns the end of this range. This is always greater or equal the start version.

Definition at line 155 of file version.h.

References m_end.


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 22:14:32 2007 for wxWidgets Package Manager by  doxygen 1.5.1-p1