pTraits< bool > Class Template Reference

Public Types

typedef bool cmptType
 Component type. More...
 
typedef bool magType
 Magnitude type. More...
 

Public Member Functions

 pTraits (const bool &p) noexcept
 Copy construct from primitive. More...
 
 pTraits (Istream &is)
 Read construct from Istream. More...
 
 operator bool () const noexcept
 Access to the value. More...
 
 operator bool & () noexcept
 Access to the value. More...
 

Static Public Attributes

static constexpr direction dim = 3
 Dimensionality of space. More...
 
static constexpr direction rank = 0
 Rank of bool is 0. More...
 
static constexpr direction nComponents = 1
 Number of components in bool is 1. More...
 
static const char *const typeName = "bool"
 
static const char *const componentNames [] = { "" }
 
static const bool zero = false
 
static const bool one = true
 

Detailed Description

template<>
class Foam::pTraits< bool >

Definition at line 74 of file bool.H.

Member Typedef Documentation

◆ cmptType

typedef bool cmptType

Component type.

Definition at line 83 of file bool.H.

◆ magType

typedef bool magType

Magnitude type.

Definition at line 86 of file bool.H.

Constructor & Destructor Documentation

◆ pTraits() [1/2]

pTraits ( const bool p)
explicitnoexcept

Copy construct from primitive.

Definition at line 45 of file bool.C.

◆ pTraits() [2/2]

pTraits ( Istream is)
explicit

Read construct from Istream.

Definition at line 51 of file bool.C.

Member Function Documentation

◆ operator bool()

operator bool ( ) const
inlinenoexcept

Access to the value.

Definition at line 121 of file bool.H.

◆ operator bool &()

operator bool & ( )
inlinenoexcept

Access to the value.

Definition at line 127 of file bool.H.

Member Data Documentation

◆ dim

constexpr direction dim = 3
staticconstexpr

Dimensionality of space.

Definition at line 92 of file bool.H.

◆ rank

constexpr direction rank = 0
staticconstexpr

Rank of bool is 0.

Definition at line 95 of file bool.H.

◆ nComponents

constexpr direction nComponents = 1
staticconstexpr

Number of components in bool is 1.

Definition at line 98 of file bool.H.

◆ typeName

const char *const typeName = "bool"
static

Definition at line 103 of file bool.H.

◆ componentNames

const char *const componentNames = { "" }
static

Definition at line 104 of file bool.H.

◆ zero

const bool zero = false
static

Definition at line 105 of file bool.H.

◆ one

const bool one = true
static

Definition at line 106 of file bool.H.


The documentation for this class was generated from the following files: