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

Public Types

typedef int64_t cmptType
 
typedef int64_t magType
 

Public Member Functions

 pTraits (const int64_t &val) noexcept
 
 pTraits (Istream &is)
 
 operator int64_t () const noexcept
 
 operator int64_t & () noexcept
 

Static Public Attributes

static constexpr direction dim = 3
 
static constexpr direction rank = 0
 
static constexpr direction nComponents = 1
 
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

Definition at line 157 of file int64.H.

Member Typedef Documentation

◆ cmptType

typedef int64_t cmptType

Definition at line 166 of file int64.H.

◆ magType

typedef int64_t magType

Definition at line 169 of file int64.H.

Constructor & Destructor Documentation

◆ pTraits() [1/2]

pTraits ( const int64_t &  val)
explicitnoexcept

Definition at line 38 of file int64.C.

◆ pTraits() [2/2]

pTraits ( Istream is)
explicit

Definition at line 44 of file int64.C.

Member Function Documentation

◆ operator int64_t()

operator int64_t ( ) const
inlinenoexcept

Definition at line 208 of file int64.H.

◆ operator int64_t &()

operator int64_t & ( )
inlinenoexcept

Definition at line 214 of file int64.H.

Member Data Documentation

◆ dim

constexpr direction dim = 3
staticconstexpr

Definition at line 175 of file int64.H.

◆ rank

constexpr direction rank = 0
staticconstexpr

Definition at line 178 of file int64.H.

◆ nComponents

constexpr direction nComponents = 1
staticconstexpr

Definition at line 181 of file int64.H.

◆ typeName

const char* const typeName
static

Definition at line 186 of file int64.H.

◆ componentNames

const char *const componentNames = { "" }
static

Definition at line 187 of file int64.H.

◆ zero

const int64_t zero = 0
static

Definition at line 188 of file int64.H.

◆ one

const int64_t one = 1
static

Definition at line 189 of file int64.H.

◆ min

const int64_t min = INT64_MIN
static

Definition at line 190 of file int64.H.

◆ max

const int64_t max = INT64_MAX
static

Definition at line 191 of file int64.H.

◆ rootMax

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

Definition at line 192 of file int64.H.

◆ rootMin

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

Definition at line 193 of file int64.H.


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