molecular
Public Types | Public Attributes | Static Public Attributes | List of all members
molecular::util::StringStoreFile Struct Reference

Structure for files mapping hashes to strings. More...

#include <StringStore.h>

Public Types

using Entry = std::pair< uint32_t, uint32_t >
 

Public Attributes

uint32_t magic
 
uint32_t count
 
uint32_t stringListSize
 
uint32_t reserved
 
Entry entries [0]
 

Static Public Attributes

static const uint32_t kMagic = 0x807a0fc0
 

Detailed Description

Structure for files mapping hashes to strings.

Member Typedef Documentation

using molecular::util::StringStoreFile::Entry = std::pair<uint32_t, uint32_t>

Member Data Documentation

uint32_t molecular::util::StringStoreFile::count
Entry molecular::util::StringStoreFile::entries[0]
const uint32_t molecular::util::StringStoreFile::kMagic = 0x807a0fc0
static
uint32_t molecular::util::StringStoreFile::magic
uint32_t molecular::util::StringStoreFile::reserved
uint32_t molecular::util::StringStoreFile::stringListSize

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