構造体 テンプレート Onikiri::EmulatorUtility::Operation::IntCondNotEqualNthBit< Type, n, ArgType >

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

bool operator() (const ArgType lhs, const ArgType rhs) const


説明

template<typename Type, int n, typename ArgType = RegisterType>
struct Onikiri::EmulatorUtility::Operation::IntCondNotEqualNthBit< Type, n, ArgType >

GenericOperation.h291 行で定義されています。


関数

template<typename Type, int n, typename ArgType = RegisterType>
bool Onikiri::EmulatorUtility::Operation::IntCondNotEqualNthBit< Type, n, ArgType >::operator() ( const ArgType  lhs,
const ArgType  rhs 
) const [inline]

GenericOperation.h293 行で定義されています。

参照先 Type.

00294     {
00295         return (static_cast<Type>(lhs) & ((Type)1 << n)) != (static_cast<Type>(rhs) & ((Type)1 << n));
00296     }


この構造体の説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 15:32:06 2013に生成されました。  doxygen 1.4.7