Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IdentifierHash()
[2/2]
IdentifierHash::IdentifierHash
(
std::vector< std::string > &
idens
)
inline
Definition at line
117
of file
BasicPoly.hpp
.
118
:
mAllocatedStrings
(idens),
119
mMap
()
120
{
121
for
(
int
i=0; i<
mAllocatedStrings
.size(); ++i)
122
{
123
mMap
[std::string_view(
mAllocatedStrings
[i])] = i;
124
}
125
}
IdentifierHash::mAllocatedStrings
std::vector< std::string > mAllocatedStrings
Definition
BasicPoly.hpp:113
IdentifierHash::mMap
std::unordered_map< std::string_view, int > mMap
Definition
BasicPoly.hpp:114
References
mAllocatedStrings
, and
mMap
.
IdentifierHash
Generated on
for Macaulay2 Engine by
1.15.0