OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLSharedStringsState Struct Reference

#include <XLSharedStrings.hpp>

Public Member Functions

void clear ()
 

Data Fields

XLStringArena arena {}
 
std::vector< std::string_view > cache {}
 
FlatHashMap< std::string_view, int32_t > index {}
 
std::unique_ptr< std::shared_mutex > mutex {std::make_unique<std::shared_mutex>()}
 

Member Function Documentation

◆ clear()

void OpenXLSX::XLSharedStringsState::clear ( )
inline

Field Documentation

◆ arena

XLStringArena OpenXLSX::XLSharedStringsState::arena {}

◆ cache

std::vector<std::string_view> OpenXLSX::XLSharedStringsState::cache {}

◆ index

FlatHashMap<std::string_view, int32_t> OpenXLSX::XLSharedStringsState::index {}

◆ mutex

std::unique_ptr<std::shared_mutex> OpenXLSX::XLSharedStringsState::mutex {std::make_unique<std::shared_mutex>()}

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