#include <lltrustnet.h>
Inheritance diagram for LLTrustNetScore:
Public Member Functions | |
LLTrustNetScore (const F32 score=0.0f, const LLString comment="") | |
void | set (F32 score, const LLString &comment="") |
Sets the score to a new value. | |
Public Attributes | |
F32 | mScore |
LLString | mComments |
Definition at line 237 of file lltrustnet.h.
Definition at line 56 of file lltrustnet.cpp.
References f, LLTrustNetDatum::mOperation, mScore, set(), LLTrustNetDatum::setState(), TN_GET_SCORE, TNS_RETRIEVED, and TNS_UNKNOWN.
Sets the score to a new value.
score | Score | |
comment | Comment associated to it |
Definition at line 247 of file lltrustnet.h.
References mComments, mScore, and LLTrustNetDatum::updated().
Referenced by LLTrustNetScore().
Definition at line 248 of file lltrustnet.h.
Referenced by LLTrustNet::getScore(), LLTrustNetScore(), and set().