構造体 テンプレート Onikiri::EmulatorUtility::Operation::IntScaledSub< Type, shift_count, TSrc1, TSrc2 >

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

Type operator() (OpEmulationState *opState)


説明

template<typename Type, int shift_count, typename TSrc1, typename TSrc2>
struct Onikiri::EmulatorUtility::Operation::IntScaledSub< Type, shift_count, TSrc1, TSrc2 >

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


関数

template<typename Type, int shift_count, typename TSrc1, typename TSrc2>
Type Onikiri::EmulatorUtility::Operation::IntScaledSub< Type, shift_count, TSrc1, TSrc2 >::operator() ( OpEmulationState opState  )  [inline]

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

00559     {
00560         return (static_cast<Type>(TSrc1()(opState)) << shift_count) - static_cast<Type>(TSrc2()(opState));
00561     }


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