Remove a tag from this component handled.
28 {
30
32
34 {
35 std::stringstream ss;
36 ss <<
"Remove tag failed: Entity " << *
m_Tags.begin() <<
" must have at lease one tag.";
37
38 SPICES_CORE_WARN(ss.str())
39
40 return;
41 }
42
44 {
45 std::stringstream ss;
46 ss <<
"Remove tag failed: Entity " << *
m_Tags.begin() <<
" do not have tag of " << tag;
47
48 SPICES_CORE_WARN(ss.str())
49
50 return;
51 }
52
54 }
#define SPICES_PROFILE_ZONE
std::set< std::string > m_Tags
The tags this component handled.