GDB (xrefs)
Loading...
Searching...
No Matches
Enumerations | Functions
split-name.h File Reference
#include "gdbsupport/gdb_string_view.h"

Go to the source code of this file.

Enumerations

enum class  split_style { NONE , CXX , DOT_STYLE , UNDERSCORE }
 

Functions

std::vector< gdb::string_viewsplit_name (const char *name, split_style style)
 

Enumeration Type Documentation

◆ split_style

enum class split_style
strong
Enumerator
NONE 
CXX 
DOT_STYLE 
UNDERSCORE 

Definition at line 27 of file split-name.h.

Function Documentation

◆ split_name()

std::vector< gdb::string_view > split_name ( const char * name,
split_style style )
extern