System bool. More...


Go to the source code of this file.
Classes | |
| class | pTraits< bool > |
| Template specialisation for pTraits<bool>. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| Istream & | operator>> (Istream &is, bool &b) |
| Read bool from stream using Foam::Switch(Istream&). | |
| Ostream & | operator<< (Ostream &os, const bool b) |
| Write bool to a stream as an label (integer) value. | |
| bool | readBool (Istream &is) |
| Read bool from stream using Foam::Switch(Istream&). | |