rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
directory Class Reference

Retrieve a list of pathnames that match a given wildcard path. More...

#include <fs.h>

Inheritance diagram for directory:
Inheritance graph
Collaboration diagram for directory:
Collaboration graph

Public Types

typedef std::vector< std::string > type
 

Public Member Functions

 directory ()
 C'tor. More...
 
 directory (const directory &a_class)
 C'tor. More...
 
 directory (const std::string &a_str)
 C'tor. More...
 
 ~directory ()
 D'tor. More...
 
const typepath (const std::string &a_path)
 Retrieve a list of paths that match the wildcard path given. More...
 

Detailed Description

Retrieve a list of pathnames that match a given wildcard path.

Pathnames to the files are included. Depending on the wildcard path given, files listed may be in multiple directories.

Definition at line 300 of file fs.h.

Member Typedef Documentation

typedef std::vector<std::string> directory::type

Definition at line 303 of file fs.h.

Constructor & Destructor Documentation

directory::directory ( )

C'tor.

Definition at line 1488 of file fs.cc.

directory::directory ( const directory a_class)

C'tor.

Definition at line 1493 of file fs.cc.

directory::directory ( const std::string &  a_str)

C'tor.

Definition at line 1499 of file fs.cc.

References path().

Here is the call graph for this function:

directory::~directory ( )

D'tor.

Definition at line 1505 of file fs.cc.

Member Function Documentation

const directory::type & directory::path ( const std::string &  a_path)

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