|
DxLibEx
|
#include <helper.hpp>
Classes | |
| struct | Cast |
Public Member Functions | |
| Counter_template () DXLE_NOEXCEPT_OR_NOTHROW | |
| const T & | GetInt () const DXLE_NOEXCEPT_OR_NOTHROW |
| 整数型の値を取得する More... | |
| const T & | count () const DXLE_NOEXCEPT_OR_NOTHROW |
| 整数型の値を取得する More... | |
| operator T () const DXLE_NOEXCEPT_OR_NOTHROW | |
| 整数型の値を取得する More... | |
| const This_T & | operator+ () const DXLE_NOEXCEPT_OR_NOTHROW |
| This_T | operator- () const DXLE_NOEXCEPT_OR_NOTHROW |
| This_T | operator+ (const T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| This_T | operator- (const T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| This_T & | operator+= (const T &other) DXLE_NOEXCEPT_OR_NOTHROW |
| This_T & | operator-= (const T &other) DXLE_NOEXCEPT_OR_NOTHROW |
| T | operator- (const This_T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| bool | operator< (const This_T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| bool | operator> (const This_T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| bool | operator<= (const This_T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
| bool | operator>= (const This_T &other) const DXLE_NOEXCEPT_OR_NOTHROW |
Protected Member Functions | |
| Counter_template (T param) DXLE_NOEXCEPT_OR_NOTHROW | |
Friends | |
| This_T | operator+ (const T &other, const This_T &bace) DXLE_NOEXCEPT_OR_NOTHROW |
| This_T | operator- (const T &other, const This_T &bace) DXLE_NOEXCEPT_OR_NOTHROW |
実装用 カウンタ系 GetNowCountの戻り値を誤って生のまま使うことを防ぐ
Definition at line 25 of file helper.hpp.
|
inline |
Definition at line 32 of file helper.hpp.
|
inlineexplicitprotected |
Definition at line 59 of file helper.hpp.
|
inline |
整数型の値を取得する
Definition at line 37 of file helper.hpp.
|
inline |
整数型の値を取得する
Definition at line 35 of file helper.hpp.
|
inlineexplicit |
整数型の値を取得する
Definition at line 39 of file helper.hpp.
|
inline |
Definition at line 41 of file helper.hpp.
|
inline |
Definition at line 44 of file helper.hpp.
|
inline |
Definition at line 48 of file helper.hpp.
|
inline |
Definition at line 42 of file helper.hpp.
|
inline |
Definition at line 45 of file helper.hpp.
|
inline |
Definition at line 51 of file helper.hpp.
|
inline |
Definition at line 49 of file helper.hpp.
|
inline |
Definition at line 53 of file helper.hpp.
|
inline |
Definition at line 55 of file helper.hpp.
|
inline |
Definition at line 54 of file helper.hpp.
|
inline |
Definition at line 56 of file helper.hpp.
Definition at line 46 of file helper.hpp.
Definition at line 47 of file helper.hpp.