GNU Octave  4.0.0
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
regexp::opts Class Reference

#include "lo-regexp.h"

Collaboration diagram for 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 92 of file lo-regexp.h.

Constructor & Destructor Documentation

regexp::opts::opts ( void  )
inline

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

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Member Data Documentation

bool regexp::opts::x_case_insensitive
private

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

Referenced by operator=().

bool regexp::opts::x_dotexceptnewline
private

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

Referenced by operator=().

bool regexp::opts::x_emptymatch
private

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

Referenced by operator=().

bool regexp::opts::x_freespacing
private

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

Referenced by operator=().

bool regexp::opts::x_lineanchors
private

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

Referenced by operator=().

bool regexp::opts::x_once
private

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

Referenced by operator=().


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