|
ARB
|
#include <lazy.h>

Public Member Functions | |
| LazyFloat () | |
| LazyFloat (T init) | |
| bool | needs_eval () const |
| bool | has_value () const |
| operator T () const | |
| const LazyFloat & | operator= (const T &newval) |
Definition at line 61 of file lazy.h.
Referenced by FINAL_TYPE< SEQTYPE >::get_average_ingroup_distance(), LazyFloat< double >::has_value(), and Candidate::inform_group().
Definition at line 62 of file lazy.h.
Referenced by FoundGroup::knows_details(), LazyFloat< double >::LazyFloat(), LazyFloat< T >::operator T(), and LazyFloat< double >::operator=().
Definition at line 64 of file lazy.h.
References arb_assert, and LazyFloat< T >::has_value().
1.8.8