AM Daemon ライブラリリファレンス
|
標準シリアルID構造体。 [詳解]
#include <SerialId.h>
公開メンバ関数 | |
bool | empty () const |
標準シリアルID文字列が空であるか否かを取得する。 [詳解] | |
静的公開メンバ関数 | |
static StandardSerialId | make (const wchar_t *value) |
インスタンスを作成する。 [詳解] | |
公開変数類 | |
wchar_t | value [Length+1] |
標準シリアルID文字列。 [詳解] | |
静的公開変数類 | |
static const std::size_t | Length |
標準シリアルID文字列長。 [詳解] | |
関連関数 | |
(これらはメソッドではありません) | |
bool | operator== (const StandardSerialId &l, const StandardSerialId &r) |
等価比較演算子のオーバロード。 [詳解] | |
bool | operator!= (const StandardSerialId &l, const StandardSerialId &r) |
非等価比較演算子のオーバロード。 [詳解] | |
標準シリアルID構造体。
|
static |
|
inline |
標準シリアルID文字列が空であるか否かを取得する。
true | 標準シリアルID文字列が空である場合。 |
false | 標準シリアルID文字列が空ではない場合。 |
|
related |
等価比較演算子のオーバロード。
[in] | l | 左辺値。 |
[in] | r | 右辺値。 |
|
related |
非等価比較演算子のオーバロード。
[in] | l | 左辺値。 |
[in] | r | 右辺値。 |
|
static |
標準シリアルID文字列長。
wchar_t amdaemon::StandardSerialId::value[Length+1] |
標準シリアルID文字列。