pTraits< int64_t > Class Reference

Template specialisation for pTraits<int64_t> More...

Public Types

typedef int64_t cmptType
 Component type. More...
 

Public Member Functions

 pTraits (const int64_t &)
 Construct from primitive. More...
 
 pTraits (Istream &)
 Construct from Istream. More...
 
 operator int64_t () const
 Access to the int64_t value. More...
 
 operator int64_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 int64_t is 0. More...
 
static const direction nComponents = 1
 Number of components in int64_t is 1. More...
 
static const char *const typeName
 
static const char *const componentNames [] = { "" }
 
static const int64_t zero = 0
 
static const int64_t one = 1
 
static const int64_t min = INT64_MIN
 
static const int64_t max = INT64_MAX
 
static const int64_t rootMax = pTraits<int64_t>::max
 
static const int64_t rootMin = pTraits<int64_t>::min
 

Detailed Description

Template specialisation for pTraits<int64_t>

Definition at line 79 of file int64.H.

Member Typedef Documentation

◆ cmptType

typedef int64_t cmptType

Component type.

Definition at line 86 of file int64.H.

Constructor & Destructor Documentation

◆ pTraits() [1/2]

pTraits ( const int64_t &  p)
explicit

Construct from primitive.

Definition at line 39 of file int64.C.

◆ pTraits() [2/2]

pTraits ( Istream is)

Construct from Istream.

Definition at line 44 of file int64.C.

Member Function Documentation

◆ operator int64_t()

operator int64_t ( ) const
inline

Access to the int64_t value.

Definition at line 125 of file int64.H.

◆ operator int64_t &()

operator int64_t & ( )
inline

Access to the int value.

Definition at line 131 of file int64.H.

Member Data Documentation

◆ dim

const direction dim = 3
static

Dimensionality of space.

Definition at line 92 of file int64.H.

◆ rank

const direction rank = 0
static

Rank of int64_t is 0.

Definition at line 95 of file int64.H.

◆ nComponents

const direction nComponents = 1
static

Number of components in int64_t is 1.

Definition at line 98 of file int64.H.

◆ typeName

const char* const typeName
static

Definition at line 103 of file int64.H.

◆ componentNames

const char *const componentNames = { "" }
static

Definition at line 104 of file int64.H.

◆ zero

const int64_t zero = 0
static

Definition at line 105 of file int64.H.

◆ one

const int64_t one = 1
static

Definition at line 106 of file int64.H.

◆ min

const int64_t min = INT64_MIN
static

Definition at line 107 of file int64.H.

◆ max

const int64_t max = INT64_MAX
static

Definition at line 108 of file int64.H.

◆ rootMax

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

Definition at line 109 of file int64.H.

◆ rootMin

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

Definition at line 110 of file int64.H.


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