#include <Home.h>
Public Member Functions | |
Lang (const std::string &code, const std::string &path, const std::string &shortDescription, const std::string &longDescription) | |
Public Attributes | |
std::string | code_ |
std::string | path_ |
std::string | shortDescription_ |
std::string | longDescription_ |
Definition at line 23 of file Home.h.
Lang::Lang | ( | const std::string & | code, | |
const std::string & | path, | |||
const std::string & | shortDescription, | |||
const std::string & | longDescription | |||
) | [inline] |
Definition at line 24 of file Home.h.
00026 : 00027 code_(code), 00028 path_(path), 00029 shortDescription_(shortDescription), 00030 longDescription_(longDescription) { 00031 }
std::string Lang::code_ |
std::string Lang::path_ |
std::string Lang::shortDescription_ |
std::string Lang::longDescription_ |