ARB
|
#include <probe_collection.hxx>
Public Member Functions | |
ArbMatchResult () | |
ArbMatchResult (const ArbProbe *pProbe, const char *pResult, int nSplitPoint, double dWeight) | |
ArbMatchResult (const ArbMatchResult &rCopy) | |
virtual | ~ArbMatchResult () |
ArbMatchResult & | operator= (const ArbMatchResult &rCopy) |
void | weightAndResult (std::string &rDest) const |
void | result (std::string &sResult) const |
double | weight () const |
void | padding (int nPadding) const |
void | index (int nIndex) const |
int | index () const |
Public Member Functions inherited from ArbRefCount | |
ArbRefCount () | |
ArbRefCount (const ArbRefCount &) | |
virtual | ~ArbRefCount () |
void | lock () const |
bool | unlock () const |
void | free () const |
Static Public Member Functions | |
static void | addedHeadline (std::string &rHeadline) |
Definition at line 238 of file probe_collection.hxx.
ArbMatchResult::ArbMatchResult | ( | ) |
Definition at line 1113 of file probe_collection.cxx.
References NULp.
ArbMatchResult::ArbMatchResult | ( | const ArbProbe * | pProbe, |
const char * | pResult, | ||
int | nSplitPoint, | ||
double | dWeight | ||
) |
Definition at line 1126 of file probe_collection.cxx.
References get_string_cache(), ArbRefCount::lock(), and ArbStringCache::saveString().
ArbMatchResult::ArbMatchResult | ( | const ArbMatchResult & | rCopy | ) |
Definition at line 1147 of file probe_collection.cxx.
References ArbRefCount::lock().
|
virtual |
Definition at line 1164 of file probe_collection.cxx.
References ArbRefCount::free().
ArbMatchResult & ArbMatchResult::operator= | ( | const ArbMatchResult & | rCopy | ) |
Definition at line 1172 of file probe_collection.cxx.
References ArbRefCount::lock().
|
static |
Definition at line 1188 of file probe_collection.cxx.
Referenced by ArbMatchResultsManager::enumerate_results().
void ArbMatchResult::weightAndResult | ( | std::string & | rDest | ) | const |
Definition at line 1194 of file probe_collection.cxx.
References ArbProbe::name(), result(), and string().
Referenced by ArbMatchResultsManager::enumerate_results().
void ArbMatchResult::result | ( | std::string & | sResult | ) | const |
Definition at line 1207 of file probe_collection.cxx.
References get_string_cache(), ArbStringCache::loadString(), and string().
Referenced by weightAndResult().
|
inline |
Definition at line 257 of file probe_collection.hxx.
Referenced by GetMatchesContext::detect().
|
inline |
Definition at line 259 of file probe_collection.hxx.
|
inline |
Definition at line 260 of file probe_collection.hxx.
Referenced by GetMatchesContext::detect().
|
inline |
Definition at line 261 of file probe_collection.hxx.