Searched refs:MyFind (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | iPodSearch.cpp | 122 typedef StringFind<boost::msm::front::default_base_state,iPodSearch> MyFind; typedef 138 … _row < MyForeach , OneSong , MyFind >, 139 … _row < MyFind , NotFound<string> , MyForeach >, 140 … _row < MyFind , Found<string> , MyInsert >, 180 search.get_state<iPodSearch::MyFind*>()->set_container("Sh");// will find 2 songs in test() 193 search.get_state<iPodSearch::MyFind*>()->set_container("She");// will find 1 song in test()
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | iPodSearch.cpp | 122 typedef StringFind<boost::msm::front::default_base_state,iPodSearch> MyFind; typedef 138 … _row < MyForeach , OneSong , MyFind >, 139 … _row < MyFind , NotFound<string> , MyForeach >, 140 … _row < MyFind , Found<string> , MyInsert >, 180 search.get_state<iPodSearch::MyFind*>()->set_container("Sh");// will find 2 songs in test() 193 search.get_state<iPodSearch::MyFind*>()->set_container("She");// will find 1 song in test()
|