MCPcopy Create free account
hub / github.com/Norbyte/ositools / Entry

Class Entry

OsiInterface/DivBaseTypes.h:424–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 static bool UseMurmur;
423
424 struct Entry
425 {
426 const char * StringPtrs[10];
427 Entry * Next;
428 uint32_t StringPtrItems;
429 uint32_t Unused;
430
431 uint32_t Count() const;
432 char const * Get(uint32_t i) const;
433 };
434
435 Entry HashTable[65521];
436

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected