ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::variables::IniFile::EntryKey::EqualTo Struct Reference

Description:

Equality functor for nodes hashed in field entryTable.

Definition at line 191 of file inifile.inl.

Public Method Index:

bool operator() (const EntryKey &lhs, const EntryKey &rhs) const
 

Method Details:

◆ operator()()

bool alib::variables::IniFile::EntryKey::EqualTo::operator() ( const EntryKey & lhs,
const EntryKey & rhs ) const
inline

Invokes String::Equals on lhs, passing rhs and returns the result.

Parameters
lhsThe first string object.
rhsThe second string object.
Returns
The result of the string comparison.

Definition at line 198 of file inifile.inl.

Here is the call graph for this function:

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