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 >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

char readChar (Istream &is)
 Read single character. More...
 
Istream & operator>> (Istream &is, char &c)
 Read single character. More...
 
Ostream & operator<< (Ostream &os, const char c)
 Write single character. More...
 
Ostream & operator<< (Ostream &os, const char *str)
 Write a nul-terminated C-string. More...
 
bool isspace (char c) noexcept
 Test for whitespace (C-locale) More...
 

Detailed Description

A character and a pointer to a character string.

Original source file char.H

Source files

Definition in file char.H.