SpiecsEngine
Loading...
Searching...
No Matches
◆
Rename()
void Spices::TagComponent::Rename
(
const std::string &
tag
)
Rename first element in tags.
Parameters
[in]
tag
new name.
Definition at line
56
of file
TagComponent.cpp
.
57
{
58
SPICES_PROFILE_ZONE
;
59
60
assert(
m_Tags
.size() > 0);
61
62
m_Tags
.erase(*
m_Tags
.begin());
63
m_Tags
.insert(tag);
64
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::TagComponent::m_Tags
std::set< std::string > m_Tags
The tags this component handled.
Definition
TagComponent.h:85
Spices
TagComponent
Generated on Sun Mar 8 2026 10:24:49 for SpiecsEngine by
1.10.0