GNU Octave  3.8.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
Functions
oct-glob.h File Reference
#include "str-vec.h"
Include dependency graph for oct-glob.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool octave_fnmatch (const string_vector &pat, const std::string &str, int fnmatch_flags)
string_vector octave_glob (const string_vector &)

Function Documentation

bool octave_fnmatch ( const string_vector pat,
const std::string &  str,
int  fnmatch_flags 
)

Definition at line 51 of file oct-glob.cc.

References Array< T >::length().

Referenced by glob_match::match().

string_vector octave_glob ( const string_vector )