#include <token.h>
Public Member Functions | |
| std::string | id () const |
| Token () | |
| Token (std::string s) | |
| std::string | version () const |
| std::string | package () const |
| bool | isDesktop () const |
| std::string | desktop () const |
| bool | hasVersion () const |
| bool | valid () const |
| bool | operator<= (const Token &o) const |
Public Attributes | |
| std::string | _id |
| ept::Token::Token | ( | ) | [inline] |
| ept::Token::Token | ( | std::string | s | ) | [inline] |
| std::string ept::Token::desktop | ( | ) | const [inline] |
References _id, and isDesktop().
| bool ept::Token::hasVersion | ( | ) | const [inline] |
References version().
| std::string ept::Token::id | ( | ) | const [inline] |
References _id.
Referenced by operator<<().
| std::string ept::Token::package | ( | ) | const [inline] |
References _id.
| bool ept::Token::valid | ( | ) | const [inline] |
References _id.
| std::string ept::Token::version | ( | ) | const [inline] |
References _id.
Referenced by hasVersion().
| std::string ept::Token::_id |
Referenced by desktop(), id(), isDesktop(), operator<=(), package(), valid(), and version().
1.7.1