LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "MultipleChoiceSelection.h"
Static Public Member Functions | |
static bool | equal (std::string const &a, std::string const &b) |
Returns whether strings a and b are equal. More... | |
static bool | less (std::string const &a, std::string const &b) |
Returns whether a is lexicographically smaller than b . More... | |
Static Private Member Functions | |
static bool | cmp_lower (unsigned char a, unsigned char b) |
static bool | eq_lower (unsigned char a, unsigned char b) |
Definition at line 35 of file MultipleChoiceSelection.h.
|
inlinestaticprivate |
Definition at line 504 of file MultipleChoiceSelection.h.
Referenced by less().
|
inlinestaticprivate |
Definition at line 510 of file MultipleChoiceSelection.h.
Referenced by equal().
|
inlinestatic |
Returns whether strings a
and b
are equal.
Definition at line 491 of file MultipleChoiceSelection.h.
References eq_lower().
Referenced by util::details::MultipleChoiceSelectionOption_t< Choices >::operator!=(), and util::details::MultipleChoiceSelectionOption_t< Choices >::operator==().
|
inlinestatic |
Returns whether a
is lexicographically smaller than b
.
Definition at line 498 of file MultipleChoiceSelection.h.
References cmp_lower().
Referenced by my_lexicographical_compare().