libsidplayfp  1.5.3
Static Public Member Functions | List of all members
stringutils Class Reference

Static Public Member Functions

static bool equal (const std::string &s1, const std::string &s2)
 
static bool equal (const char *s1, const char *s2)
 
static bool equal (const char *s1, const char *s2, size_t n)
 

Member Function Documentation

static bool stringutils::equal ( const std::string &  s1,
const std::string &  s2 
)
inlinestatic

Compares two strings case insensitively and returns true if they are equal.

static bool stringutils::equal ( const char *  s1,
const char *  s2 
)
inlinestatic

Compares two strings case insensitively and returns true if they are equal.

static bool stringutils::equal ( const char *  s1,
const char *  s2,
size_t  n 
)
inlinestatic

Compares first n characters of two strings case insensitively and returns true if they are equal.


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