ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
InMemoryPlugin::EntryKey Struct Reference

Description:

Hash functor for nodes hashed in field entryTable.

Definition at line 226 of file inmemoryplugin.hpp.

#include <inmemoryplugin.hpp>

Collaboration diagram for InMemoryPlugin::EntryKey:
[legend]

Inner Type Index:

struct  EqualTo
 
struct  Hash
 

Public Field Index:

const StringEntryName
 The name of the entry.
 
const StringSectionName
 The name of the section.
 

Public Method Index:

 EntryKey (const String &sectionName, const String &entryName)
 

Field Details:

◆ EntryName

const String& EntryName

The name of the entry.

Definition at line 229 of file inmemoryplugin.hpp.

◆ SectionName

const String& SectionName

The name of the section.

Definition at line 228 of file inmemoryplugin.hpp.

Constructor(s) / Destructor Details::

◆ EntryKey()

EntryKey ( const String & sectionName,
const String & entryName )
inline

Constructor.

Parameters
sectionNameThe section's name of an entry.
entryNameThe name of an entry.

Definition at line 235 of file inmemoryplugin.hpp.


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