FEDEM Solver  R8.0
Source code of the dynamics solver
Functions
FFaViewItemUtils.C File Reference
#include <functional>
#include <algorithm>
#include <cctype>
#include "FFaLib/FFaDefinitions/FFaViewItem.H"
Include dependency graph for FFaViewItemUtils.C:

Functions

static bool charCompare (char c1, char c2)
 Case insensitive binary comparison of two characters. More...
 
static int charCompare3w (char c1, char c2)
 Case insensitive three-way comparison of two characters. More...
 
static int stringCompare3wImpl (const std::string &s1, const std::string &s2)
 Does all the work for the lexicographical string comparison. More...
 

Function Documentation

◆ charCompare()

static bool charCompare ( char  c1,
char  c2 
)
static

Case insensitive binary comparison of two characters.

◆ charCompare3w()

static int charCompare3w ( char  c1,
char  c2 
)
static

Case insensitive three-way comparison of two characters.

◆ stringCompare3wImpl()

static int stringCompare3wImpl ( const std::string &  s1,
const std::string &  s2 
)
static

Does all the work for the lexicographical string comparison.