Honeycomb  0.1
Component-Model Framework
honey::lazy< T, Eval, Pred > Member List

This is the complete list of members for honey::lazy< T, Eval, Pred >, including all inherited members.

get(Args &&...args)honey::lazy< T, Eval, Pred >inline
get(Args &&...args) const honey::lazy< T, Eval, Pred >inline
isDirty() const honey::lazy< T, Eval, Pred >inline
lazy(const Eval &eval=nullptr, const Pred &pred=nullptr)honey::lazy< T, Eval, Pred >inline
lazyCreate(Eval &&eval) -> lazy< decltype(eval())>honey::lazy< T, Eval, Pred >related
operator const T &() const honey::lazy< T, Eval, Pred >inline
operator T &()honey::lazy< T, Eval, Pred >inline
operator*() const honey::lazy< T, Eval, Pred >inline
operator*()honey::lazy< T, Eval, Pred >inline
operator->() const honey::lazy< T, Eval, Pred >inline
operator->()honey::lazy< T, Eval, Pred >inline
raw() const honey::lazy< T, Eval, Pred >inline
raw()honey::lazy< T, Eval, Pred >inline
setDirty(bool dirty)honey::lazy< T, Eval, Pred >inline
setEval(const Eval &eval)honey::lazy< T, Eval, Pred >inline
setPred(const Pred &pred)honey::lazy< T, Eval, Pred >inline