Gromacs  2018.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
stringcompare.h File Reference
#include <string>
#include "gromacs/utility/cstringutil.h"
+ Include dependency graph for stringcompare.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares utility functionst for string comparison.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::StringCompare
 Compare object for std::string STL containers and algorithms that supports run-time decision on how to compare. More...
 

Enumerations

enum  gmx::StringCompareType { gmx::StringCompareType::Exact, gmx::StringCompareType::CaseInsensitive, gmx::StringCompareType::CaseAndDashInsensitive }
 Specifies how strings should be compared in various contexts. More...