libabigail
Public Member Functions | Public Attributes | List of all members
escape Struct Reference

A class to hold a reference to a string to regex escape. More...

#include <abg-regex.h>

Public Member Functions

 escape (const std::string &str)
 

Public Attributes

const std::string & ref
 

Detailed Description

A class to hold a reference to a string to regex escape.

Definition at line 47 of file abg-regex.h.

Constructor & Destructor Documentation

◆ escape()

escape ( const std::string &  str)
inline

Definition at line 49 of file abg-regex.h.

Member Data Documentation

◆ ref

const std::string& ref

Definition at line 50 of file abg-regex.h.


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