std::exception
(String Access Shims Concept).
#include <stlsoft/stlsoft.h>
#include <stlsoft/shims/access/string/fwd.h>
#include <stlsoft/shims/access/string/std/c_string.h>
#include <exception>
Go to the source code of this file.
Namespaces | |
namespace | stlsoft |
Functions | |
char const * | c_str_data_a (std::exception const &x) |
c_str_data String Access Shim function for std::exception . | |
char const * | c_str_data (std::exception const &x) |
c_str_data String Access Shim function for std::exception . | |
size_t | c_str_len_a (std::exception const &x) |
c_str_len String Access Shim function for std::exception . | |
size_t | c_str_len (std::exception const &x) |
c_str_len String Access Shim function for std::exception . | |
char const * | c_str_ptr_a (std::exception const &x) |
c_str_ptr String Access Shim function for std::exception . | |
char const * | c_str_ptr (std::exception const &x) |
c_str_ptr String Access Shim function for std::exception . | |
char const * | c_str_ptr_null_a (std::exception const &x) |
c_str_ptr_null String Access Shim function for std::exception . | |
char const * | c_str_ptr_null (std::exception const &x) |
c_str_ptr_null String Access Shim function for std::exception . |