template specialization for pTraits<uLabel> More...
#include <src/OpenFOAM/primitives/ints/uLabel/uLabel.H>
template specialization for pTraits<uLabel>
Public Types | |
| enum | { dim = 3, rank = 0, nComponents = 1 } |
| typedef uLabel | cmptType |
| Component type. | |
Public Member Functions | |
| pTraits (const uLabel ul) | |
| Construct from uLabel. | |
| pTraits (Istream &) | |
| Construct from Istream. | |
| operator uLabel () const | |
| operator uLabel & () | |
Static Public Attributes | |
| static const char *const | typeName = "uLabel" |
| static const char * | componentNames [] = { "x" } |
| static const uLabel | zero = 0 |
| static const uLabel | one = 1 |
| static const uLabel | max = uLabelMax |
| static const uLabel | min = uLabelMin |