검색결과 리스트
글
Tutorial 4. member function handler
Programming/Boost asio
2015. 3. 17. 23:42
다음에 기반함
http://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio/tutorial/tuttimer4.html
이전 튜토리얼과 달라진 점은 클래스로 교체하면서 timer 와 count 를 멤버변수로 변경하고, 이에 따라 불필요해진 timer 와 count 함수인자를 제거했다.
(이 튜토리얼 과정을 정확히 인지하지 않은채로 포스팅하다보니 이번 포스팅에서 배우는 내용인 멤버함수의 bind 호출과 같은 내용이 이미 소개가 되어 큰 의미가 없는 튜토리얼이 됐다.
그냥 흘깃 넘어가자.)
MemberHandler
main 함수
결과
'Programming > Boost asio' 카테고리의 다른 글
Daytime.1 - A synchronous TCP daytime client (0) | 2015.04.13 |
---|---|
Tutorial 5. Synchronising handlers in multithreaded programs (0) | 2015.04.11 |
Tutorial 3. Binding arguments to a handler (0) | 2015.03.15 |
Tutorial 2. async_timer (0) | 2015.03.14 |
Tutorial 1. sync_timer (0) | 2015.02.04 |