Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Misc Namespace Reference

Classes

struct  glob_t
 

Functions

int Mila::Misc::glob (const char *pattern, int ignored_flags, int(*ignored_errfunc)(const char *epath, int eerrno), glob_t *pglob)
 
std::string glob_to_regex (const std::string &pattern)
 
void Mila::Misc::globfree (glob_t *pglob)
 

Function Documentation

◆ glob()

int Mila::Misc::glob ( const char *  pattern,
int  ignored_flags,
int(*)(const char *epath, int eerrno)  ignored_errfunc,
glob_t pglob 
)
export
Here is the call graph for this function:

◆ glob_to_regex()

std::string Mila::Misc::glob_to_regex ( const std::string &  pattern)
inline
Here is the caller graph for this function:

◆ globfree()

void Mila::Misc::globfree ( glob_t pglob)
export