#include "recall_list_manager.hpp"
#include "units/unit.hpp"
#include "units/ptr.hpp"
#include <algorithm>
#include <string>
#include <vector>
#include "utils/functional.hpp"
Go to the source code of this file.
Functions | |
static bool | find_if_matches_helper (const unit_ptr &ptr, const std::string &unit_id) |
static bool | find_if_matches_uid_helper (const unit_ptr &ptr, size_t uid) |
|
static |
Definition at line 25 of file recall_list_manager.cpp.
Referenced by recall_list_manager::erase_if_matches_id(), recall_list_manager::extract_if_matches_id(), recall_list_manager::find_if_matches_id(), and recall_list_manager::find_index().
|
static |
Definition at line 94 of file recall_list_manager.cpp.
Referenced by recall_list_manager::erase_by_underlying_id(), recall_list_manager::extract_if_matches_underlying_id(), and recall_list_manager::find_if_matches_underlying_id().