OmniSciDB
a5dc49c757
|
Public Member Functions | |
void | operator() (std::string const &str, int32_t const string_id) override |
void | operator() (std::string_view const, int32_t const string_id) override |
std::unordered_map < std::string, int32_t > | moveMap () |
Public Member Functions inherited from StringDictionary::StringCallback | |
virtual | ~StringCallback ()=default |
Private Attributes | |
std::unordered_map < std::string, int32_t > | map_ |
Definition at line 248 of file StringDictionary.cpp.
|
inline |
Definition at line 259 of file StringDictionary.cpp.
|
inlineoverridevirtual |
Implements StringDictionary::StringCallback.
Definition at line 252 of file StringDictionary.cpp.
References CHECK.
|
inlineoverridevirtual |
Implements StringDictionary::StringCallback.
Definition at line 256 of file StringDictionary.cpp.
References UNREACHABLE.
|
private |
Definition at line 249 of file StringDictionary.cpp.