ders::path_elmt Struct Reference

Path element for path processing functions. More...

#include <path.hpp>

List of all members.

Public Types

enum  type { drive, name, root, share }
 element type More...

Public Member Functions

 path_elmt (type t, const ch_rng &n)

Public Attributes

type tp
ch_rng nm


Detailed Description

Path element for path processing functions.

Definition at line 29 of file path.hpp.


Member Enumeration Documentation

element type

Enumerator:
drive 
name 
root 
share 

Definition at line 31 of file path.hpp.

00031                  {
00032             drive,  // "A:"            : drive [root] [name ...]
00033             name,   // "name"          : name [name ...]
00034             root,   // "\"             : root [name ...]
00035             share   // "\\server\share": share [name ...]
00036        };


Constructor & Destructor Documentation

ders::path_elmt::path_elmt ( type  t,
const ch_rng n 
) [inline]

Definition at line 41 of file path.hpp.

00041 : tp(t), nm(n) {}


Member Data Documentation

Definition at line 38 of file path.hpp.

Definition at line 39 of file path.hpp.


The documentation for this struct was generated from the following file:

Generated on Tue Dec 8 11:35:33 2009 for derslib by  doxygen 1.5.5