Public Types | Public Member Functions | Static Public Attributes | List of all members
pTraits< int32_t > Class Template Reference

Template specialization for pTraits<int32_t> More...

Public Types

typedef int32_t cmptType
 Component type. More...
 

Public Member Functions

 pTraits (const int32_t &)
 Construct from primitive. More...
 
 pTraits (Istream &)
 Construct from Istream. More...
 
 operator int32_t () const
 Access to the int32_t value. More...
 
 operator int32_t & ()
 Access to the int value. More...
 

Static Public Attributes

static const direction dim = 3
 Dimensionality of space. More...
 
static const direction rank = 0
 Rank of int32_t is 0. More...
 
static const direction nComponents = 1
 Number of components in int32_t is 1. More...
 
static const char *const typeName
 
static const char *const componentNames [] = { "" }
 
static const int32_t zero = 0
 
static const int32_t one = 1
 
static const int32_t min = INT32_MIN
 
static const int32_t max = INT32_MAX
 
static const int32_t rootMax = pTraits<int32_t>::max
 
static const int32_t rootMin = pTraits<int32_t>::min
 

Detailed Description

template<>
class Foam::pTraits< int32_t >

Template specialization for pTraits<int32_t>

Definition at line 79 of file int32.H.

Member Typedef Documentation

typedef int32_t cmptType

Component type.

Definition at line 86 of file int32.H.

Constructor & Destructor Documentation

pTraits ( const int32_t &  p)
explicit

Construct from primitive.

Definition at line 39 of file int32.C.

pTraits ( Istream is)

Construct from Istream.

Definition at line 44 of file int32.C.

Member Function Documentation

operator int32_t ( ) const
inline

Access to the int32_t value.

Definition at line 125 of file int32.H.

operator int32_t & ( )
inline

Access to the int value.

Definition at line 131 of file int32.H.

Member Data Documentation

const direction dim = 3
static

Dimensionality of space.

Definition at line 92 of file int32.H.

const direction rank = 0
static

Rank of int32_t is 0.

Definition at line 95 of file int32.H.

const direction nComponents = 1
static

Number of components in int32_t is 1.

Definition at line 98 of file int32.H.

const char* const typeName
static

Definition at line 103 of file int32.H.

const char *const componentNames = { "" }
static

Definition at line 104 of file int32.H.

const int32_t zero = 0
static

Definition at line 105 of file int32.H.

const int32_t one = 1
static

Definition at line 106 of file int32.H.

const int32_t min = INT32_MIN
static

Definition at line 107 of file int32.H.

const int32_t max = INT32_MAX
static

Definition at line 108 of file int32.H.

const int32_t rootMax = pTraits<int32_t>::max
static

Definition at line 109 of file int32.H.

const int32_t rootMin = pTraits<int32_t>::min
static

Definition at line 110 of file int32.H.


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