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

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

Type operator() (OpEmulationState *opState)


説明

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

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


関数

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

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

参照先 Type.

00878     {
00879         Type lhs = static_cast<Type>( TSrc1()(opState) );
00880 
00881         return ~lhs;
00882     }


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