評価対象を表すクラスです。 [詳解]
#include <RendezVous/Services/Jugem/DataStore/src/Common/DataStoreRatingTarget.h>
DDLCLASSDataStoreRatingTargetを継承しています。
公開メンバ関数 | |
DataStoreRatingTarget () | |
コンストラクタです。 [詳解] | |
virtual | ~DataStoreRatingTarget () |
デストラクタです。 | |
qUnsignedInt64 | GetDataId () const |
データIDを取得します。 [詳解] | |
qInt8 | GetSlot () const |
スロットを取得します。 [詳解] | |
void | Reset () |
オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。 | |
void | SetDataId (qUnsignedInt64 dataId_) |
データIDをセットします。 [詳解] | |
void | SetSlot (qInt8 slot_) |
スロットをセットします。 [詳解] | |
void | Trace (qUnsignedInt64 uiTraceFlags=TRACE_ALWAYS) const |
DataStoreRatingTargetオブジェクトの内容をトレースします。 [詳解] | |
評価対象を表すクラスです。
nn::nex::DataStoreRatingTarget::DataStoreRatingTarget | ( | ) |
コンストラクタです。
データIDを DataStoreConstants::INVALID_DATAID 、評価スロットを 0 に初期化します
void nn::nex::DataStoreRatingTarget::SetDataId | ( | qUnsignedInt64 | dataId_ | ) |
データIDをセットします。
[in] | dataId_ | データID |
qUnsignedInt64 nn::nex::DataStoreRatingTarget::GetDataId | ( | ) | const |
データIDを取得します。
void nn::nex::DataStoreRatingTarget::SetSlot | ( | qInt8 | slot_ | ) |
スロットをセットします。
[in] | slot_ | スロット番号 |
qInt8 nn::nex::DataStoreRatingTarget::GetSlot | ( | ) | const |
スロットを取得します。
void nn::nex::DataStoreRatingTarget::Trace | ( | qUnsignedInt64 | uiTraceFlags = TRACE_ALWAYS | ) | const |
DataStoreRatingTargetオブジェクトの内容をトレースします。
[in] | uiTraceFlags | TraceLog::SetFlag()の引数と同様です。 |