Macaulay2 Engine
Loading...
Searching...
No Matches
IdentifierHash Class Reference

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, intmMap

Detailed Description

IdentifierHash: used to facilitate parsing of polynomials from strings and files.

Definition at line 110 of file BasicPoly.hpp.


The documentation for this class was generated from the following file: