Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
tags.hh
Go to the documentation of this file.
1#ifndef UTOPIA_CORE_TAGS_HH
2#define UTOPIA_CORE_TAGS_HH
3
4namespace Utopia {
5
6class EmptyTag{};
7
9{
10
11public:
14
17
18};
19
20} // namespace Utopia
21
22#endif // UTOPIA_CORE_TAGS_HH
Definition tags.hh:9
bool is_tagged
Report whether is tagged.
Definition tags.hh:16
DefaultTag()
Construct DefaultTag.
Definition tags.hh:13
Definition tags.hh:6
Container select_entities(const Manager &mngr, const DataIO::Config &sel_cfg)
Select entities according to parameters specified in a configuration.
Definition select.hh:213
Definition agent.hh:11