libept
0.5.25
|
#include <version.h>
Public Types | |
typedef Internal | Type |
Public Member Functions | |
InternalList | tail () const |
const Internal | head () const |
Internal | head () |
bool | empty () const |
void | seek () |
InternalList (package::Internal i) | |
Public Attributes | |
package::Internal | m_pkg |
Internal | m_ver |
bool ept::core::version::InternalList::empty | ( | ) | const [inline] |
References m_pkg.
const Internal ept::core::version::InternalList::head | ( | ) | const [inline] |
References m_ver.
Internal ept::core::version::InternalList::head | ( | ) | [inline] |
References m_ver.
void ept::core::version::InternalList::seek | ( | ) | [inline] |
Referenced by InternalList(), and tail().
InternalList ept::core::version::InternalList::tail | ( | ) | const [inline] |
Referenced by empty(), InternalList(), and seek().
Referenced by head(), InternalList(), seek(), and tail().