AM Daemon ライブラリリファレンス
静的公開メンバ関数 | 公開変数類 | 関連関数 | 全メンバ一覧
amdaemon::Resolution 構造体

画面解像度情報構造体。 [詳解]

#include <Resolution.h>

静的公開メンバ関数

static Resolution make (std::uint32_t width, std::uint32_t height)
 インスタンスを作成する。 [詳解]
 

公開変数類

std::uint32_t width
 横幅。 [詳解]
 
std::uint32_t height
 縦幅。 [詳解]
 

関連関数

(これらはメソッドではありません)

bool operator== (const Resolution &l, const Resolution &r)
 等価比較演算子のオーバロード。 [詳解]
 
bool operator!= (const Resolution &l, const Resolution &r)
 非等価比較演算子のオーバロード。 [詳解]
 

詳解

画面解像度情報構造体。

覚え書き
memcpy 可能。

関数詳解

static Resolution amdaemon::Resolution::make ( std::uint32_t  width,
std::uint32_t  height 
)
inlinestatic

インスタンスを作成する。

引数
[in]width横幅。
[in]height縦幅。
戻り値
作成したインスタンス。

フレンドと関連関数の詳解

bool operator== ( const Resolution l,
const Resolution r 
)
related

等価比較演算子のオーバロード。

引数
[in]l左辺値。
[in]r右辺値。
戻り値
比較結果値。
bool operator!= ( const Resolution l,
const Resolution r 
)
related

非等価比較演算子のオーバロード。

引数
[in]l左辺値。
[in]r右辺値。
戻り値
比較結果値。

メンバ詳解

std::uint32_t amdaemon::Resolution::width

横幅。

std::uint32_t amdaemon::Resolution::height

縦幅。


この構造体詳解は次のファイルから抽出されました: