Direction is an 8-bit unsigned integer type used to represent the Cartesian directions etc. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | __STDC_LIMIT_MACROS |
Typedefs | |
| typedef uint8_t | direction |
Functions | |
| direction | readDirection (Istream &) |
| Istream & | operator>> (Istream &, direction &) |
| Ostream & | operator<< (Ostream &, const direction) |
| std::ostream & | operator<< (std::ostream &, const direction) |
Direction is an 8-bit unsigned integer type used to represent the Cartesian directions etc.
Original source file direction.H
Definition in file direction.H.
| #define __STDC_LIMIT_MACROS |
Definition at line 36 of file direction.H.
1.8.11