A character and a pointer to a character string. More...


Go to the source code of this file.
Classes | |
| class | pTraits< char > |
| Template specialisation for pTraits<char>. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| char | readChar (Istream &is) |
| Read single character. | |
| Istream & | operator>> (Istream &is, char &c) |
| Read single character. | |
| Ostream & | operator<< (Ostream &os, const char c) |
| Write single character. | |
| Ostream & | operator<< (Ostream &os, const char *str) |
| Write a nul-terminated C-string. | |
| constexpr bool | isdigit (char c) noexcept |
| Test for digits [0-9] (C-locale only). | |
| constexpr bool | isspace (char c) noexcept |
| Test for whitespace (C-locale only). | |