ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Inner Classes | Public Fields | Public Methods | List of all members
InMemoryPlugin::EntryKey Struct Reference

#include <inmemoryplugin.hpp>

Collaboration diagram for InMemoryPlugin::EntryKey:
[legend]

Class Description

Hash functor for nodes hashed in field entryTable.

Definition at line 226 of file inmemoryplugin.hpp.

Inner Classes

struct  EqualTo
 
struct  Hash
 

Public Fields

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

Public Methods

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

Constructor & Destructor Documentation

◆ 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: