#include <game.hpp>
Definition at line 40 of file game.hpp.
◆ acquaintance() [1/3]
preferences::acquaintance::acquaintance |
( |
| ) |
|
|
inline |
◆ acquaintance() [2/3]
preferences::acquaintance::acquaintance |
( |
const config & |
cfg | ) |
|
|
inlineexplicit |
◆ acquaintance() [3/3]
preferences::acquaintance::acquaintance |
( |
const std::string & |
nick, |
|
|
const std::string & |
status, |
|
|
const std::string & |
notes |
|
) |
| |
|
inline |
◆ get_nick()
const std::string& preferences::acquaintance::get_nick |
( |
| ) |
const |
|
inline |
◆ get_notes()
const std::string& preferences::acquaintance::get_notes |
( |
| ) |
const |
|
inline |
◆ get_status()
const std::string& preferences::acquaintance::get_status |
( |
| ) |
const |
|
inline |
◆ load_from_config()
void preferences::acquaintance::load_from_config |
( |
const config & |
cfg | ) |
|
◆ save()
void preferences::acquaintance::save |
( |
config & |
cfg | ) |
|
◆ nick_
std::string preferences::acquaintance::nick_ |
|
private |
acquaintance's MP nick
Definition at line 69 of file game.hpp.
◆ notes_
std::string preferences::acquaintance::notes_ |
|
private |
notes on the acquaintance
Definition at line 75 of file game.hpp.
◆ status_
std::string preferences::acquaintance::status_ |
|
private |
status (e.g., "friend", "ignore")
Definition at line 72 of file game.hpp.
The documentation for this class was generated from the following files: