LIBEUNOMIA
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 公開変数類 | 全メンバ一覧
eunomia::AnotherRect 構造体

長方形の別表現 [詳解]

#include <rect.h>

eunomia::AnotherRect 連携図

公開メンバ関数

 AnotherRect ()=default
 
constexpr AnotherRect (int xx, int yy, int w, int h) noexcept
 
constexpr AnotherRect (const Rect &r) noexcept
 
constexpr operator bool () const noexcept
 
constexpr operator Rect () const noexcept
 

公開変数類

int x
 (左端の)X座標
 
int y
 (上端の)Y座標
 
int width
 
 
int height
 高さ
 

詳解

長方形の別表現

構築子と解体子

◆ AnotherRect() [1/3]

eunomia::AnotherRect::AnotherRect ( )
default

◆ AnotherRect() [2/3]

constexpr eunomia::AnotherRect::AnotherRect ( int xx,
int yy,
int w,
int h )
inlineconstexprnoexcept

◆ AnotherRect() [3/3]

constexpr eunomia::AnotherRect::AnotherRect ( const Rect & r)
inlineexplicitconstexprnoexcept

関数詳解

◆ operator bool()

constexpr eunomia::AnotherRect::operator bool ( ) const
inlineexplicitconstexprnoexcept

◆ operator Rect()

constexpr eunomia::AnotherRect::operator Rect ( ) const
inlineconstexprnoexcept

メンバ詳解

◆ height

int eunomia::AnotherRect::height

高さ

◆ width

int eunomia::AnotherRect::width

◆ x

int eunomia::AnotherRect::x

(左端の)X座標

◆ y

int eunomia::AnotherRect::y

(上端の)Y座標


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