GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
octave::regexp::opts Class Reference

#include "lo-regexp.h"

Collaboration diagram for octave::regexp::opts:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

bool x_case_insensitive
 
bool x_dotexceptnewline
 
bool x_emptymatch
 
bool x_freespacing
 
bool x_lineanchors
 
bool x_once
 

Detailed Description

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

Constructor & Destructor Documentation

octave::regexp::opts::opts ( void  )
inline

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

octave::regexp::opts::opts ( const opts o)
inline

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

octave::regexp::opts::~opts ( void  )
inline

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

Member Function Documentation

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

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

References val.

Referenced by octave::regexp::compile_internal(), octregexp(), and parse_options().

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

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

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

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

References val.

Referenced by octave::regexp::compile_internal(), and parse_options().

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

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

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

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

References val.

Referenced by octave::regexp::match(), and parse_options().

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

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

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

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

References val.

Referenced by octave::regexp::compile_internal(), and parse_options().

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

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

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

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

References val.

Referenced by octave::regexp::compile_internal(), and parse_options().

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

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

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

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

References val.

Referenced by octave::regexp::match(), octregexp(), and parse_options().

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

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

opts& octave::regexp::opts::operator= ( const opts o)
inline

Member Data Documentation

bool octave::regexp::opts::x_case_insensitive
private

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

Referenced by operator=().

bool octave::regexp::opts::x_dotexceptnewline
private

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

Referenced by operator=().

bool octave::regexp::opts::x_emptymatch
private

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

Referenced by operator=().

bool octave::regexp::opts::x_freespacing
private

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

Referenced by operator=().

bool octave::regexp::opts::x_lineanchors
private

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

Referenced by operator=().

bool octave::regexp::opts::x_once
private

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

Referenced by operator=().


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