add room_info::members()
This commit is contained in:
parent
2f15ad254f
commit
f5ccfe6b1f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
room_info(const std::string& name);
|
||||
|
||||
const std::string& name() const { return name_; }
|
||||
const std::set<std::string>& members() const { return members_; }
|
||||
bool is_member(const std::string& user) const;
|
||||
void add_member(const std::string& user);
|
||||
void remove_member(const std::string& user);
|
||||
|
|
Loading…
Add table
Reference in a new issue