template specialization for pTraits<uLabel> More...
#include <src/OpenFOAM/primitives/ints/uLabel/uLabel.H>
template specialization for pTraits<uLabel>
Definition at line 120 of file uLabel.H.
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 |
| pTraits | ( | const uLabel | ul ) | [inline]
|
const char * componentNames = { "x" } [static]
|