ACE_INET_Addr (String Access Shims Concept).
#include <acestl/acestl.hpp>
#include <stlsoft/memory/auto_buffer.hpp>
#include <stlsoft/memory/allocator_selector.hpp>
#include <stlsoft/shims/access/string/std/basic_string.hpp>
#include <stlsoft/string/shim_string.hpp>
#include <ace/INET_Addr.h>
#include <ace/ace_wchar.h>
Go to the source code of this file.
Namespaces | |
| namespace | acestl |
| namespace | stlsoft |
Functions | |
| inline::stlsoft::basic_shim_string < ACE_TCHAR > | c_str_data (ACE_INET_Addr const &addr) |
| An overload of c_str_data String Access Shim for ACE_INET_Addr. | |
| size_t | c_str_len (ACE_INET_Addr const &addr) |
| An overload of c_str_len String Access Shim for ACE_INET_Addr. | |
| inline::stlsoft::basic_shim_string < ACE_TCHAR > | c_str_ptr (ACE_INET_Addr const &addr) |
| An overload of c_str_ptr String Access Shim for ACE_INET_Addr. | |
| inline::stlsoft::basic_shim_string < ACE_TCHAR > | c_str_ptr_null (ACE_INET_Addr const &addr) |
| An overload of c_str_ptr_null String Access Shim for ACE_INET_Addr. | |
| template<typename S> | |
| S & | operator<< (S &s, ACE_INET_Addr const &addr) |
| The stream insertion shim for ACE_INET_Addr. | |
1.5.6