System::String (String Access Shims Concept).
#include <dotnetstl/dotnetstl.hpp>
#include <dotnetstl/string/string_accessor.hpp>
#include <string.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
| namespace | stlsoft::dotnetstl_project |
Functions | |
| impl::accessor_a_t | c_str_data_a (impl::string_pointer_const_type s) |
| impl::accessor_w_t | c_str_data_w (impl::string_pointer_const_type s) |
| impl::accessor_t_t | c_str_data (impl::string_pointer_const_type s) |
| size_t | c_str_len_a (impl::string_pointer_const_type s) |
| size_t | c_str_len_w (impl::string_pointer_const_type s) |
| size_t | c_str_len (impl::string_pointer_const_type s) |
| impl::accessor_a_t | c_str_ptr_a (impl::string_pointer_const_type s) |
| impl::accessor_w_t | c_str_ptr_w (impl::string_pointer_const_type s) |
| impl::accessor_t_t | c_str_ptr (impl::string_pointer_const_type s) |
1.5.6