GCC Middle and Back End API Reference
edit_distance_traits< const char * > Struct Reference

#include <spellcheck.h>

Static Public Member Functions

static size_t get_length (const char *str)
 
static const charget_string (const char *str)
 

Detailed Description

Specialization of edit_distance_traits for C-style strings.   

Member Function Documentation

◆ get_length()

static size_t edit_distance_traits< const char * >::get_length ( const char * str)
inlinestatic

References gcc_assert, and ggc_alloc().

◆ get_string()

static const char * edit_distance_traits< const char * >::get_string ( const char * str)
inlinestatic

References gcc_assert.


The documentation for this struct was generated from the following file: