Sokoban
|
This is the complete list of members for User, including all inherited members.
get_name() const | User | inline |
get_progress(const std::string &m_name) | User | inline |
name | User | private |
operator<(const User &left_u, const User &right_u) | User | friend |
operator<<(std::ostream &stream, const User &user) | User | friend |
operator==(const User &left_u, const User &right_u) | User | friend |
progress | User | private |
set_progress(const std::string &m_name, int lvl) | User | inline |
User(const std::string &p_name) | User | inline |