24#ifndef DD__STRING_TYPE 
   25#define DD__STRING_TYPE 
   30#include <system_error> 
   58    std::basic_stringstream<char, std::char_traits<char>, A>;
 
   74template <
typename LEX_STRING_TYPE>
 
   76  return {lst.str, lst.length};
 
Stateless_allocator is a C++ STL memory allocator skeleton based on Malloc_allocator,...
Definition: stateless_allocator.h:92
 
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
 
std::basic_string< char, std::char_traits< char >, A > Char_string_template
Template alias for char-based std::basic_string.
Definition: string_type.h:49
 
String_type make_string_type(const LEX_STRING_TYPE &lst)
Definition: string_type.h:75
 
Char_stringstream_template< String_type_allocator > Stringstream_type
Instantiation of std::basic_stringstream with the same allocator as String_type.
Definition: string_type.h:72
 
std::basic_stringstream< char, std::char_traits< char >, A > Char_stringstream_template
Template alias for char-based std::basic_stringstream.
Definition: string_type.h:58
 
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
 
Stateless_allocator< char, String_type_alloc > String_type_allocator
Definition: string_type.h:43
 
Definition: gcs_xcom_synode.h:64
 
Functor class which allocates memory for String_type.
Definition: string_type.h:39
 
void * operator()(size_t s) const
Definition: string_type.cc:34
 
size_t result_type
Definition: string_type.h:91
 
dd::String_type argument_type
Definition: string_type.h:90