GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
symbol_match Class Reference

#include "glob-match.h"

Public Member Functions

 symbol_match (const std::string &pattern)
 
 symbol_match (const symbol_match &)
 
 ~symbol_match ()=default
 
bool match (const std::string &sym)
 
symbol_matchoperator= (const symbol_match &in)
 
void set_pattern (const std::string &p)
 

Detailed Description

Definition at line 99 of file glob-match.h.

Constructor & Destructor Documentation

◆ symbol_match() [1/2]

symbol_match::symbol_match ( const std::string &  pattern)

Definition at line 63 of file glob-match.cc.

◆ symbol_match() [2/2]

symbol_match::symbol_match ( const symbol_match in)

Definition at line 74 of file glob-match.cc.

◆ ~symbol_match()

symbol_match::~symbol_match ( )
default

Member Function Documentation

◆ match()

bool symbol_match::match ( const std::string &  sym)

◆ operator=()

symbol_match& symbol_match::operator= ( const symbol_match in)
inline

Definition at line 118 of file glob-match.h.

◆ set_pattern()

void symbol_match::set_pattern ( const std::string &  p)
inline

Definition at line 133 of file glob-match.h.


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