Searched refs:up_to_date_with_subject (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/contract/example/mitchell02/observer/ |
D | observer.hpp | 35 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()
|
D | subject.hpp | 155 if(!(*i)->up_to_date_with_subject()) return false; in all_observers_updated()
|
/third_party/boost/libs/contract/example/mitchell02/ |
D | counter_main.cpp | 24 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()
|
D | observer_main.cpp | 67 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/ |
D | decrement_button.hpp | 27 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()
|