GCC Middle and Back End API Reference
string_fragment Class Reference

Public Member Functions

 string_fragment (const char *start, size_t len)
 

Data Fields

const charm_start
 
size_t m_len
 

Detailed Description

A struct for describing a run of chars within a string.   

Constructor & Destructor Documentation

◆ string_fragment()

string_fragment::string_fragment ( const char * start,
size_t len )
inline

Field Documentation

◆ m_len

size_t string_fragment::m_len

◆ m_start

const char* string_fragment::m_start

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