Typedefs | Functions
core/vul/vul_expand_path.cxx File Reference
#include "vul_expand_path.h"
#include <vcl_vector.h>
#include <vcl_functional.h>
#include <vcl_map.h>
#include <vcl_cstdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>

Go to the source code of this file.

Typedefs

typedef vcl_map< vcl_string,
vcl_string, vcl_less
< vcl_string > > 
map_t

Functions

vcl_string vul_expand_path (vcl_string path)
 Expand given path.
vcl_string vul_expand_path_uncached (vcl_string path)
 Expand given path.

Detailed Description

Author:
fsm

Definition in file vul_expand_path.cxx.


Typedef Documentation

typedef vcl_map<vcl_string, vcl_string, vcl_less<vcl_string> > map_t

Definition at line 340 of file vul_expand_path.cxx.


Function Documentation

vcl_string vul_expand_path ( vcl_string  path)

Expand given path.

Definition at line 342 of file vul_expand_path.cxx.

vcl_string vul_expand_path_uncached ( vcl_string  path)

Expand given path.

Definition at line 361 of file vul_expand_path.cxx.