Home
last modified time | relevance | path

Searched refs:up_to_date_with_subject (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/contract/example/mitchell02/observer/
Dobserver.hpp35 virtual bool up_to_date_with_subject(boost::contract::virtual_* v = 0)
42 bool observer::up_to_date_with_subject(boost::contract::virtual_* v) const { in up_to_date_with_subject() function in observer
51 BOOST_CONTRACT_ASSERT(up_to_date_with_subject()); // Up-to-date. in update()
Dsubject.hpp155 if(!(*i)->up_to_date_with_subject()) return false; in all_observers_updated()
/third_party/boost/libs/contract/example/mitchell02/
Dcounter_main.cpp24 BOOST_CONTRACT_OVERRIDES(up_to_date_with_subject, update)
46 virtual bool up_to_date_with_subject(boost::contract::virtual_* v = 0) in up_to_date_with_subject() function in view_of_counter
51 >(v, result, &view_of_counter::up_to_date_with_subject, this); in up_to_date_with_subject()
Dobserver_main.cpp67 BOOST_CONTRACT_OVERRIDES(up_to_date_with_subject, update)
84 bool up_to_date_with_subject(boost::contract::virtual_* v = 0) in up_to_date_with_subject() function in concrete_observer
89 >(v, result, &concrete_observer::up_to_date_with_subject, this); in up_to_date_with_subject()
/third_party/boost/libs/contract/example/mitchell02/counter/
Ddecrement_button.hpp27 BOOST_CONTRACT_OVERRIDES(on_bn_clicked, up_to_date_with_subject, update);
65 virtual bool up_to_date_with_subject(boost::contract::virtual_* v = 0) in up_to_date_with_subject() function in decrement_button
70 >(v, result, &decrement_button::up_to_date_with_subject, this); in up_to_date_with_subject()