Loading...
Searching...
No Matches
char.H File Reference

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

Include dependency graph for char.H:
This graph shows which files directly or indirectly include this file:

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.
Istreamoperator>> (Istream &is, char &c)
 Read single character.
Ostreamoperator<< (Ostream &os, const char c)
 Write single character.
Ostreamoperator<< (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).

Detailed Description

A character and a pointer to a character string.

Original source file char.H

Source files

Definition in file char.H.