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

#include "lo-regexp.h"

Public Member Functions

 opts ()
 
 opts (const opts &)=default
 
 ~opts ()=default
 
bool case_insensitive () const
 
void case_insensitive (bool val)
 
bool dotexceptnewline () const
 
void dotexceptnewline (bool val)
 
bool emptymatch () const
 
void emptymatch (bool val)
 
bool freespacing () const
 
void freespacing (bool val)
 
bool lineanchors () const
 
void lineanchors (bool val)
 
bool once () const
 
void once (bool val)
 
optsoperator= (const opts &)=default
 

Detailed Description

Definition at line 124 of file lo-regexp.h.

Constructor & Destructor Documentation

◆ opts() [1/2]

regexp::opts::opts ( )
inline

Definition at line 128 of file lo-regexp.h.

◆ opts() [2/2]

regexp::opts::opts ( const opts )
default

◆ ~opts()

regexp::opts::~opts ( )
default

Member Function Documentation

◆ case_insensitive() [1/2]

bool regexp::opts::case_insensitive ( ) const
inline

Definition at line 146 of file lo-regexp.h.

◆ case_insensitive() [2/2]

void regexp::opts::case_insensitive ( bool  val)
inline

Definition at line 139 of file lo-regexp.h.

◆ dotexceptnewline() [1/2]

bool regexp::opts::dotexceptnewline ( ) const
inline

Definition at line 147 of file lo-regexp.h.

◆ dotexceptnewline() [2/2]

void regexp::opts::dotexceptnewline ( bool  val)
inline

Definition at line 140 of file lo-regexp.h.

◆ emptymatch() [1/2]

bool regexp::opts::emptymatch ( ) const
inline

Definition at line 148 of file lo-regexp.h.

◆ emptymatch() [2/2]

void regexp::opts::emptymatch ( bool  val)
inline

Definition at line 141 of file lo-regexp.h.

◆ freespacing() [1/2]

bool regexp::opts::freespacing ( ) const
inline

Definition at line 149 of file lo-regexp.h.

◆ freespacing() [2/2]

void regexp::opts::freespacing ( bool  val)
inline

Definition at line 142 of file lo-regexp.h.

◆ lineanchors() [1/2]

bool regexp::opts::lineanchors ( ) const
inline

Definition at line 150 of file lo-regexp.h.

◆ lineanchors() [2/2]

void regexp::opts::lineanchors ( bool  val)
inline

Definition at line 143 of file lo-regexp.h.

◆ once() [1/2]

bool regexp::opts::once ( ) const
inline

Definition at line 151 of file lo-regexp.h.

◆ once() [2/2]

void regexp::opts::once ( bool  val)
inline

Definition at line 144 of file lo-regexp.h.

◆ operator=()

opts& regexp::opts::operator= ( const opts )
default

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