Go to the source code of this file.
|
char * | va (const char *fmt,...) id_attribute((format(printf |
|
ID_INLINE idStr | operator+ (const idStr &a, const idStr &b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const char *b) |
|
ID_INLINE idStr | operator+ (const char *a, const idStr &b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const bool b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const char b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const float b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const int b) |
|
ID_INLINE idStr | operator+ (const idStr &a, const unsigned b) |
|
ID_INLINE bool | operator== (const idStr &a, const idStr &b) |
|
ID_INLINE bool | operator== (const idStr &a, const char *b) |
|
ID_INLINE bool | operator== (const char *a, const idStr &b) |
|
ID_INLINE bool | operator!= (const idStr &a, const idStr &b) |
|
ID_INLINE bool | operator!= (const idStr &a, const char *b) |
|
ID_INLINE bool | operator!= (const char *a, const idStr &b) |
|
#define _memicmp use_idStr_Icmpn |
Definition at line 69 of file Str.h.
#define _snprintf use_idStr_snPrintf |
Definition at line 71 of file Str.h.
#define _stricmp use_idStr_Icmp |
Definition at line 65 of file Str.h.
#define _strnicmp use_idStr_Icmpn |
Definition at line 68 of file Str.h.
#define _vsnprintf use_idStr_vsnPrintf |
Definition at line 73 of file Str.h.
#define FILE_HASH_SIZE 1024 |
Definition at line 78 of file Str.h.
#define S_COLOR_BLACK "^9" |
#define S_COLOR_BLUE "^4" |
Definition at line 99 of file Str.h.
#define S_COLOR_CYAN "^5" |
#define S_COLOR_DEFAULT "^0" |
Definition at line 95 of file Str.h.
#define S_COLOR_GRAY "^8" |
#define S_COLOR_GREEN "^2" |
Definition at line 97 of file Str.h.
#define S_COLOR_MAGENTA "^6" |
Definition at line 96 of file Str.h.
#define S_COLOR_WHITE "^7" |
#define S_COLOR_YELLOW "^3" |
Definition at line 98 of file Str.h.
#define snprintf use_idStr_snPrintf |
Definition at line 70 of file Str.h.
#define strcasecmp use_idStr_Icmp |
Definition at line 66 of file Str.h.
Definition at line 41 of file Str.h.
#define strcmpi use_idStr_Icmp |
Definition at line 52 of file Str.h.
#define StrCmpI use_idStr_Icmp |
Definition at line 57 of file Str.h.
#define StrCmpN use_idStr_Cmpn |
Definition at line 47 of file Str.h.
#define StrCmpNI use_idStr_Icmpn |
Definition at line 62 of file Str.h.
Definition at line 64 of file Str.h.
#define strncmp use_idStr_Cmpn |
Definition at line 42 of file Str.h.
#define strnicmp use_idStr_Icmpn |
Definition at line 67 of file Str.h.
#define vsnprintf use_idStr_vsnPrintf |
Definition at line 72 of file Str.h.
Enumerator |
---|
MEASURE_SIZE |
|
MEASURE_BANDWIDTH |
|
Definition at line 111 of file Str.h.
char* va |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 92 of file Str.h.
Definition at line 87 of file Str.h.
Definition at line 88 of file Str.h.
Definition at line 83 of file Str.h.
Definition at line 82 of file Str.h.
Definition at line 91 of file Str.h.
Definition at line 85 of file Str.h.
Definition at line 89 of file Str.h.
Definition at line 84 of file Str.h.
Definition at line 90 of file Str.h.
Definition at line 86 of file Str.h.