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

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

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


説明

template<typename Type, typename ArgType = RegisterType>
struct Onikiri::EmulatorUtility::Operation::IntCondGreaterUnsigned< Type, ArgType >

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


関数

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

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

参照先 Onikiri::EmulatorUtility::cast_to_unsigned().

00258     {
00259         return cast_to_unsigned(static_cast<Type>(lhs)) > cast_to_unsigned(static_cast<Type>(rhs));
00260     }

関数の呼び出しグラフ:


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