|
iFacility
1.0
Проект является реализацией ИС "Предприятие"
|
#include <algorithm>#include <functional>#include <QFile>#include <QDataStream>#include <QVector>#include <QString>#include "../objects/profession.h"#include "../objects/user.h"Go to the source code of this file.
Classes | |
| class | Database |
| Класс базы данных More... | |
Typedefs | |
| typedef std::function< bool(User)> | UserPredicat |
| typedef std::function<bool(User)> UserPredicat |