| ACE
    6.2.1
    | 
#include "ace/config-all.h"#include "ace/os_include/os_ctype.h"#include "ace/os_include/os_wctype.h"| Namespaces | |
| namespace | ACE_OS | 
| This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems. | |
| Macros | |
| #define | ACE_EXPORT_MACRO ACE_Export | 
| Functions | |
| Functions from <cctype> | |
| Included are the functions defined in <cctype> and their <cwctype> equivalents. Since they are often implemented as macros, we don't use the same name here. Instead, we change by prepending "ace_". | |
| int | ACE_OS::ace_isalnum (ACE_TCHAR c) | 
| Returns true if the character is an alphanumeric character.  More... | |
| int | ACE_OS::ace_isalpha (ACE_TCHAR c) | 
| Returns true if the character is an alphabetic character.  More... | |
| int | ACE_OS::ace_isblank (ACE_TCHAR c) | 
| Returns true if the character is a control character.  More... | |
| int | ACE_OS::ace_isascii (ACE_TCHAR c) | 
| Returns true if the character is a control character.  More... | |
| int | ACE_OS::ace_iscntrl (ACE_TCHAR c) | 
| Returns true if the character is a control character.  More... | |
| int | ACE_OS::ace_isdigit (ACE_TCHAR c) | 
| Returns true if the character is a decimal-digit character.  More... | |
| int | ACE_OS::ace_isgraph (ACE_TCHAR c) | 
| Returns true if the character is a printable character other than a space.  More... | |
| int | ACE_OS::ace_islower (ACE_TCHAR c) | 
| Returns true if the character is a lowercase character.  More... | |
| int | ACE_OS::ace_isprint (ACE_TCHAR c) | 
| Returns true if the character is a printable character.  More... | |
| int | ACE_OS::ace_ispunct (ACE_TCHAR c) | 
| Returns true if the character is a punctuation character.  More... | |
| int | ACE_OS::ace_isspace (ACE_TCHAR c) | 
| Returns true if the character is a space character.  More... | |
| int | ACE_OS::ace_isupper (ACE_TCHAR c) | 
| Returns true if the character is an uppercase character.  More... | |
| int | ACE_OS::ace_isxdigit (ACE_TCHAR c) | 
| Returns true if the character is a hexadecimal-digit character.  More... | |
| int | ACE_OS::ace_tolower (int c) | 
| Converts a character to lower case (char version).  More... | |
| wint_t | ACE_OS::ace_towlower (wint_t c) | 
| Converts a character to lower case (wchar_t version).  More... | |
| int | ACE_OS::ace_toupper (int c) | 
| Converts a character to upper case (char version).  More... | |
| wint_t | ACE_OS::ace_towupper (wint_t c) | 
| Converts a character to upper case (wchar_t version).  More... | |
| int | ACE_OS::ace_isctype (int c, ctype_t desc) | 
| Tests c for the property specified by the desc argument.  More... | |
Originally in OS.h.
| #define ACE_EXPORT_MACRO ACE_Export | 
 1.8.3.1
 1.8.3.1