Tools.h++ Manual

B-2 104011 Tandem Computers Incorporated
B
RW_NO_EXCEPTIONS
Does not support exceptions
RW_NO_GETTIMEOFDAY
Does not have
gettimeofday()
RW_NO_GLOBAL_TZ
Does not have global variables
timezone
and
daylight
RW_NO_LOCALE
No ANSI locale facilities
RW_NO_MEMMOVE
Does not have
memmove()
RW_NO_NESTED_QUOTES
cpp does not escape quotes inside strings
RW_NO_OVERLOAD_UCHAR
Cannot overload on unsigned char
RW_NO_OVERLOAD_WCHAR
Type
wchar_t
is not a distinct type
RW_NO_POSTFIX
Does not support
(*this)++
RW_NO_SCHAR
Does not support signed char
RW_NO_STRFTIME_CAPC
Does not have
%C
directive to
strftime()
RW_NO_STRICMP
Does not have
stricmp()
RW_NO_STRNICMP
Does not have
strnicmp()
RW_NO_STRSTR
Does not have
strstr()
RW_NO_TEMPLATES
Does not support templates at all
RW_NO_WSTR
Does not support wide character strings
RW_NON_ANSI_HEADERS
Function
memcpy()
found in
<memory.h>
Table B-1 Summary of preprocessor macros found in
<rw/compiler.h>.
(Continued)
Macro Defined if ...