Public Member Functions

Swift::DiscoInfo::Identity Class Reference

Collaboration diagram for Swift::DiscoInfo::Identity:

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]

Definition at line 40 of file DiscoInfo.h.


Member Function Documentation

const std::string& Swift::DiscoInfo::Identity::getCategory (  )  const [inline]

Definition at line 43 of file DiscoInfo.h.

const std::string& Swift::DiscoInfo::Identity::getLanguage (  )  const [inline]

Definition at line 51 of file DiscoInfo.h.

const std::string& Swift::DiscoInfo::Identity::getName (  )  const [inline]

Definition at line 55 of file DiscoInfo.h.

const std::string& Swift::DiscoInfo::Identity::getType (  )  const [inline]

Definition at line 47 of file DiscoInfo.h.

bool Swift::DiscoInfo::Identity::operator< ( const Identity other  )  const