This library contains components that .
Classes | |
| class | basic_connection |
| Represents an internet connection. More... | |
| class | basic_session |
| Represents an internet session. More... | |
Typedefs | |
| typedef basic_connection< char > | connection_a |
Specialisation of the basic_connection template for the ANSI character type char. | |
| typedef basic_connection< wchar_t > | connection_w |
Specialisation of the basic_connection template for the Unicode character type wchar_t. | |
| typedef basic_connection< TCHAR > | connection |
Specialisation of the basic_connection template for the Win32 character type TCHAR. | |
| typedef basic_session< char > | session_a |
Specialisation of the basic_session template for the ANSI character type char. | |
| typedef basic_session< wchar_t > | session_w |
Specialisation of the basic_session template for the Unicode character type wchar_t. | |
| typedef basic_session< TCHAR > | session |
Specialisation of the basic_session template for the Win32 character type TCHAR. | |
Functions | |
| bool | close_and_deregister (ACE_SOCK &sk, ACE_Reactor *reactor) |
| Closes a socket and deregisters it from the reactor. | |
| typedef basic_connection<TCHAR> connection |
Specialisation of the basic_connection template for the Win32 character type TCHAR.
| typedef basic_connection< char > connection_a |
Specialisation of the basic_connection template for the ANSI character type char.
| typedef basic_connection< wchar_t > connection_w |
Specialisation of the basic_connection template for the Unicode character type wchar_t.
| typedef basic_session<TCHAR> session |
Specialisation of the basic_session template for the Win32 character type TCHAR.
| typedef basic_session< char > session_a |
Specialisation of the basic_session template for the ANSI character type char.
| typedef basic_session< wchar_t > session_w |
Specialisation of the basic_session template for the Unicode character type wchar_t.
| bool acestl::close_and_deregister | ( | ACE_SOCK & | sk, | |
| ACE_Reactor * | reactor | |||
| ) | [inline] |
Closes a socket and deregisters it from the reactor.
| sk | Reference to the socket to close | |
| reactor | Reactor from which the socket will be deregistered. May be NULL. |
// close and deregister m_upstreamPeer and m_downstreamPeer (both ACE_SOCK_Stream) acestl::close_and_deregister(m_peer, reactor());
1.5.6