|
Macaulay2 Engine
|
IdentifierHash: used to facilitate parsing of polynomials from strings and files. More...
#include <BasicPoly.hpp>
Public Member Functions | |
| IdentifierHash ()=default | |
| IdentifierHash (std::vector< std::string > &idens) | |
| auto | find (std::string_view s) const -> int |
Private Attributes | |
| std::vector< std::string > | mAllocatedStrings |
| std::unordered_map< std::string_view, int > | mMap |
IdentifierHash: used to facilitate parsing of polynomials from strings and files.
Definition at line 110 of file BasicPoly.hpp.