List of all members.
Public Member Functions |
| Identity (const std::string &name, const std::string &category="client", const std::string &type="pc", const std::string &lang="") |
const std::string & | getCategory () const |
const std::string & | getType () const |
const std::string & | getLanguage () const |
const std::string & | getName () const |
bool | operator< (const Identity &other) const |
Detailed Description
Definition at line 38 of file DiscoInfo.h.
Constructor & Destructor Documentation
Swift::DiscoInfo::Identity::Identity |
( |
const std::string & |
name, |
|
|
const std::string & |
category = "client" , |
|
|
const std::string & |
type = "pc" , |
|
|
const std::string & |
lang = "" | |
|
) |
| | [inline] |
Member Function Documentation
const std::string& Swift::DiscoInfo::Identity::getCategory |
( |
|
) |
const [inline] |
const std::string& Swift::DiscoInfo::Identity::getLanguage |
( |
|
) |
const [inline] |
const std::string& Swift::DiscoInfo::Identity::getName |
( |
|
) |
const [inline] |
const std::string& Swift::DiscoInfo::Identity::getType |
( |
|
) |
const [inline] |
bool Swift::DiscoInfo::Identity::operator< |
( |
const Identity & |
other |
) |
const |