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