Public Member Functions | Static Public Member Functions | List of all members
bloaty::ReImpl Class Reference

#include <re.h>

Public Member Functions

bool ok ()
 
 ReImpl (const char *)
 
 ReImpl (const std::string &)
 

Static Public Member Functions

static ABSL_ATTRIBUTE_NORETURN bool Extract (std::string, const ReImpl &, std::string, std::string *)
 
static ABSL_ATTRIBUTE_NORETURN int GlobalReplace (std::string *, const ReImpl &, std::string)
 
template<typename... A>
static ABSL_ATTRIBUTE_NORETURN bool PartialMatch (const std::string &, const ReImpl &, A &&...)
 
static ABSL_ATTRIBUTE_NORETURN bool Replace (std::string *, const ReImpl &, std::string)
 

Detailed Description

Definition at line 63 of file bloaty/src/re.h.

Constructor & Destructor Documentation

◆ ReImpl() [1/2]

bloaty::ReImpl::ReImpl ( const char *  )
inline

Definition at line 65 of file bloaty/src/re.h.

◆ ReImpl() [2/2]

bloaty::ReImpl::ReImpl ( const std::string &  )
inline

Definition at line 66 of file bloaty/src/re.h.

Member Function Documentation

◆ Extract()

static ABSL_ATTRIBUTE_NORETURN bool bloaty::ReImpl::Extract ( std::string  ,
const ReImpl ,
std::string  ,
std::string *   
)
inlinestatic

Definition at line 70 of file bloaty/src/re.h.

◆ GlobalReplace()

static ABSL_ATTRIBUTE_NORETURN int bloaty::ReImpl::GlobalReplace ( std::string *  ,
const ReImpl ,
std::string   
)
inlinestatic

Definition at line 79 of file bloaty/src/re.h.

◆ ok()

bool bloaty::ReImpl::ok ( )
inline

Definition at line 67 of file bloaty/src/re.h.

◆ PartialMatch()

template<typename... A>
static ABSL_ATTRIBUTE_NORETURN bool bloaty::ReImpl::PartialMatch ( const std::string &  ,
const ReImpl ,
A &&  ... 
)
inlinestatic

Definition at line 74 of file bloaty/src/re.h.

◆ Replace()

static ABSL_ATTRIBUTE_NORETURN bool bloaty::ReImpl::Replace ( std::string *  ,
const ReImpl ,
std::string   
)
inlinestatic

Definition at line 83 of file bloaty/src/re.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:58