GenericArithmetic Class Reference 系统

#include <apibase.h>

详细描述

GenericArithmetic represents an abstract type to be used as base type of all arithmetic types. It is not the base in the sense of C++ (as there is no base type of, e.g., int), but in the sense of the DataType system.

公共成员函数

  GenericArithmetic ( Int =0)
Bool   operator== (const GenericArithmetic &other) const
Bool   operator< (const GenericArithmetic &other) const
  MAXON_OPERATOR_COMPARISON ( GenericArithmetic )
HashInt   GetHashCode () const

构造函数 & 析构函数文档编制

◆  GenericArithmetic()

GenericArithmetic ( Int   = 0 )
explicit

成员函数文档编制

◆  operator==()

Bool operator== ( const GenericArithmetic other ) const

◆  operator<()

Bool operator< ( const GenericArithmetic other ) const

◆  MAXON_OPERATOR_COMPARISON()

MAXON_OPERATOR_COMPARISON ( GenericArithmetic   )

◆  GetHashCode()

HashInt GetHashCode ( ) const