Points&Forces (core)
Software tools facilitating the task of surveying architecture
Static Public Member Functions | List of all members
SimpleGlobUtil Class Reference

String manipulation functions. More...

#include <SimpleGlob.h>

Static Public Member Functions

static const char * strchr (const char *s, char c)
 
static const wchar_t * strchr (const wchar_t *s, wchar_t c)
 
static const char * strrchr (const char *s, char c)
 
static const wchar_t * strrchr (const wchar_t *s, wchar_t c)
 
static size_t strlen (const char *s)
 
static size_t strlen (const wchar_t *s)
 
static void strcpy_s (char *dst, size_t n, const char *src)
 
static void strcpy_s (wchar_t *dst, size_t n, const wchar_t *src)
 
static int strcmp (const char *s1, const char *s2)
 
static int strcmp (const wchar_t *s1, const wchar_t *s2)
 
static int strcasecmp (const char *s1, const char *s2)
 

Detailed Description

String manipulation functions.

Definition at line 213 of file SimpleGlob.h.

Member Function Documentation

◆ strcasecmp()

static int SimpleGlobUtil::strcasecmp ( const char *  s1,
const char *  s2 
)
inlinestatic

Definition at line 277 of file SimpleGlob.h.

◆ strchr() [1/2]

static const char* SimpleGlobUtil::strchr ( const char *  s,
char  c 
)
inlinestatic

Definition at line 216 of file SimpleGlob.h.

+ Here is the caller graph for this function:

◆ strchr() [2/2]

static const wchar_t* SimpleGlobUtil::strchr ( const wchar_t *  s,
wchar_t  c 
)
inlinestatic

Definition at line 219 of file SimpleGlob.h.

◆ strcmp() [1/2]

static int SimpleGlobUtil::strcmp ( const char *  s1,
const char *  s2 
)
inlinestatic

Definition at line 265 of file SimpleGlob.h.

◆ strcmp() [2/2]

static int SimpleGlobUtil::strcmp ( const wchar_t *  s1,
const wchar_t *  s2 
)
inlinestatic

Definition at line 268 of file SimpleGlob.h.

◆ strcpy_s() [1/2]

static void SimpleGlobUtil::strcpy_s ( char *  dst,
size_t  n,
const char *  src 
)
inlinestatic

Definition at line 247 of file SimpleGlob.h.

+ Here is the caller graph for this function:

◆ strcpy_s() [2/2]

static void SimpleGlobUtil::strcpy_s ( wchar_t *  dst,
size_t  n,
const wchar_t *  src 
)
inlinestatic

Definition at line 251 of file SimpleGlob.h.

◆ strlen() [1/2]

static size_t SimpleGlobUtil::strlen ( const char *  s)
inlinestatic

Definition at line 241 of file SimpleGlob.h.

◆ strlen() [2/2]

static size_t SimpleGlobUtil::strlen ( const wchar_t *  s)
inlinestatic

Definition at line 242 of file SimpleGlob.h.

◆ strrchr() [1/2]

static const char* SimpleGlobUtil::strrchr ( const char *  s,
char  c 
)
inlinestatic

Definition at line 228 of file SimpleGlob.h.

+ Here is the caller graph for this function:

◆ strrchr() [2/2]

static const wchar_t* SimpleGlobUtil::strrchr ( const wchar_t *  s,
wchar_t  c 
)
inlinestatic

Definition at line 231 of file SimpleGlob.h.


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