データ構造 | ネームスペース | 関数
binary.h

バイナリ演算を行うためのクラス [詳細]

#include "mist_conf.h"
#include <iostream>

ソースコードを見る。

データ構造

class  mist::binary
 バイナリ演算を行うためのもの [詳細]

ネームスペース

namespace  mist

関数

const binary mist::operator+ (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator- (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator* (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator/ (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator% (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator| (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator& (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator^ (const binary &b1, const binary &b2)
 論理演算
const binary mist::operator* (const binary &b1, const binary::value_type &b2)
 論理演算
const binary mist::operator* (const binary::value_type &b1, const binary &b2)
 論理演算
const binary mist::operator/ (const binary &b1, const binary::value_type &b2)
 論理演算
const binary mist::operator+ (const binary &b1, const binary::value_type &b2)
 論理演算
const binary mist::operator+ (const binary::value_type &b1, const binary &b2)
 論理演算
const binary mist::operator- (const binary &b1, const binary::value_type &b2)
 論理演算
const binary mist::operator- (const binary::value_type &b1, const binary &b2)
 論理演算
std::ostream & mist::operator<< (std::ostream &out, const binary &b)
 指定されたストリームに,コンテナ内の要素を整形して出力する

説明

バイナリ演算を行うためのクラス


Generated on Wed Nov 12 2014 19:44:27 for MIST by doxygen 1.8.1.2