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

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

Type operator() (OpEmulationState *opState)


説明

template<typename Type, typename TSrc1>
struct Onikiri::EmulatorUtility::Operation::IntNeg< Type, TSrc1 >

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


関数

template<typename Type, typename TSrc1>
Type Onikiri::EmulatorUtility::Operation::IntNeg< Type, TSrc1 >::operator() ( OpEmulationState opState  )  [inline]

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

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

00579     {
00580         return cast_to_unsigned( -cast_to_signed( static_cast<Type>( TSrc1()(opState) ) ) );
00581     }

関数の呼び出しグラフ:


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