LoFile.C File Reference

Definitions of functions defined in LoFile.H. More...

#include "Robots/LoBot/util/LoFile.H"
#include "Robots/LoBot/util/LoSysConf.H"
#include <algorithm>
#include <deque>
#include <iterator>
#include <stdlib.h>
#include <stddef.h>
#include <libgen.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <regex.h>
Include dependency graph for LoFile.C:

Go to the source code of this file.

Functions

static char * dup_string (const std::string &s)
std::string lobot::dirname (const std::string &path)
std::string lobot::basename (const std::string &path)
bool lobot::exists (const std::string &path)
bool lobot::is_dir (const std::string &path)
bool lobot::is_file (const std::string &path)
std::vector< std::stringlobot::list_dir (const std::string &path)
static bool match_exact (const std::string &name, const std::string &target, const regex_t *)
static bool match_regex (const std::string &name, const std::string &, const regex_t *regex)
static std::vector< std::stringlobot::find_helper (const std::string &dir, const std::string &target, bool(*is_type)(const std::string &))
std::vector< std::stringlobot::find_file (const std::string &dir, const std::string &target)
std::vector< std::stringlobot::find_dir (const std::string &dir, const std::string &target)
std::string lobot::extension (const std::string &path)

Detailed Description

Definitions of functions defined in LoFile.H.

Definition in file LoFile.C.

Generated on Sun May 8 08:42:50 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3