FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <functional>
#include <algorithm>
#include <cctype>
#include "FFaLib/FFaDefinitions/FFaViewItem.H"
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... | |
|
static |
Case insensitive binary comparison of two characters.
|
static |
Case insensitive three-way comparison of two characters.
|
static |
Does all the work for the lexicographical string comparison.