Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ConfigStore::Values Class Reference

Type to create a string list accessible by keys. More...

#include <ConfigStore.h>

Inheritance diagram for sf::ConfigStore::Values:
Collaboration diagram for sf::ConfigStore::Values:

Public Types

typedef ssize_t index_type
 

Public Member Functions

index_type indexOfKey (QAnyStringView key) const
 Gets the index of the given key in the map.
 

Static Public Attributes

static constexpr index_type npos {-1}
 

Detailed Description

Type to create a string list accessible by keys.

Member Typedef Documentation

◆ index_type

Member Function Documentation

◆ indexOfKey()

index_type sf::ConfigStore::Values::indexOfKey ( QAnyStringView  key) const

Gets the index of the given key in the map.

Member Data Documentation

◆ npos

constexpr index_type sf::ConfigStore::Values::npos {-1}
staticconstexpr

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