|
ARB
|
#include <lazy.h>

Public Member Functions | |
| Lazy () | |
| Lazy (T init) | |
| bool | needs_eval () const |
| bool | has_value () const |
| operator T () const | |
| const Lazy & | operator= (const T &newval) |
Definition at line 37 of file lazy.h.
Referenced by FINAL_TYPE< SEQTYPE >::get_leaf_count(), FINAL_TYPE< SEQTYPE >::get_marked_count(), FINAL_TYPE< SEQTYPE >::get_zombie_count(), Lazy< int,-1 >::has_value(), and Candidate::inform_group().
Definition at line 38 of file lazy.h.
Referenced by FoundGroup::knows_details(), Lazy< int,-1 >::Lazy(), Lazy< T, UNDEFINED >::operator T(), and Lazy< int,-1 >::operator=().
Definition at line 40 of file lazy.h.
References arb_assert, and Lazy< T, UNDEFINED >::has_value().
1.8.8