DoxyBugs
1
|
template showing error More...
#include <Temp.h>
Public Member Functions | |
Temp (const T &t=T(), bool b=false) | |
Construct from arguments. | |
Temp (const Temp &rhs) | |
Copy constructor. | |
const T & | defaultScore () const |
Get the default score. | |
virtual void | defaultScore (const T &d) |
Set the default score. | |
bool | hasDefaultScore () const |
Determine whether the default score is used. | |
virtual void | hasDefaultScore (bool b) |
Set whether the factor uses the default score. | |
bool | operator== (const Temp &rhs) const |
Determine whether the objects are equal. | |
void | swap (Temp &rhs) |
Swap mathod. |
template showing error
Construct from arguments.
t | The score to set, default to T(). |
b | true iff the factor uses the default score, defaults to false. |
Copy constructor.
rhs | Object to copy |
const T & ns::Temp< T >::defaultScore | ( | ) | const |
Get the default score.
|
virtual |
Set the default score.
d | The default score |
d | The score to set |
bool ns::Temp< T >::hasDefaultScore | ( | ) | const |
Determine whether the default score is used.
|
virtual |
Set whether the factor uses the default score.
Set whether the default score is used.
b | true iff the factor uses the default score |
b | true iff the default score is to be used. |
Determine whether the objects are equal.
rhs | The object to compare. |
Swap mathod.
Does not throw.
rhs | Object to swap. |