tec::UserListDataSource
#include <save-game.hpp>
Inherits from tec::util::DataSource< User >
Public Functions
| Name | |
|---|---|
| UserListDataSource(UserList & _user_list) | |
| virtual void | Add(User user) override |
| virtual void | RemoveWhere(std::function< bool(const User &)> predicate) override |
| virtual User * | FindWhere(std::function< bool(const User &)> predicate) override |
Public Functions Documentation
function UserListDataSource
inline UserListDataSource(
UserList & _user_list
)
function Add
inline virtual void Add(
User user
) override
Reimplements: tec::util::DataSource::Add
function RemoveWhere
inline virtual void RemoveWhere(
std::function< bool(const User &)> predicate
) override
Reimplements: tec::util::DataSource::RemoveWhere
function FindWhere
inline virtual User * FindWhere(
std::function< bool(const User &)> predicate
) override
Reimplements: tec::util::DataSource::FindWhere
Updated on 2022-07-24 at 19:27:35 +0000