TreeWalk::DirectoryEntry Class Reference

Collaboration diagram for TreeWalk::DirectoryEntry:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 47 of file TreeWalk.h.


Public Member Functions

 DirectoryEntry ()
 DirectoryEntry (const cmn_Path a_path, UInt32_t a_depth)

Public Attributes

cmn_Path m_path
UInt32_t m_depth

Constructor & Destructor Documentation

TreeWalk::DirectoryEntry::DirectoryEntry (  ) 

Definition at line 33 of file TreeWalk.cpp.

00034     : m_depth(0) {
00035 
00036     //empty
00037 }

TreeWalk::DirectoryEntry::DirectoryEntry ( const cmn_Path  a_path,
UInt32_t  a_depth 
)

Definition at line 39 of file TreeWalk.cpp.

00040     : m_path(a_path), m_depth(a_depth) {
00041 
00042     //empty
00043 }


Member Data Documentation

Definition at line 52 of file TreeWalk.h.

Referenced by TreeWalk::GenerateDirTree(), and TreeWalk::Walk().

Definition at line 53 of file TreeWalk.h.

Referenced by TreeWalk::GenerateDirTree().


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

Generated on Mon Feb 27 19:50:59 2012 for OPENARCHIVE by  doxygen 1.5.6