|
reSIProcate/rutil
9694
|
#include <FileSystem.hxx>

Classes | |
| class | iterator |
Public Types | |
| typedef Data | value_type |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
Public Member Functions | |
| Directory (const Data &path) | |
| iterator | begin () const |
| iterator | end () const |
| const Data & | getPath () const |
Private Attributes | |
| Data | mPath |
Definition at line 27 of file FileSystem.hxx.
| typedef const value_type* resip::FileSystem::Directory::const_pointer |
Definition at line 32 of file FileSystem.hxx.
| typedef const value_type& resip::FileSystem::Directory::const_reference |
Definition at line 34 of file FileSystem.hxx.
Definition at line 31 of file FileSystem.hxx.
Definition at line 33 of file FileSystem.hxx.
Definition at line 30 of file FileSystem.hxx.
| FileSystem::Directory::Directory | ( | const Data & | path | ) |
Definition at line 13 of file FileSystem.cxx.
: mPath(path) { }
| const Data& resip::FileSystem::Directory::getPath | ( | ) | const [inline] |
Definition at line 62 of file FileSystem.hxx.
References mPath.
Referenced by resip::FileSystem::Directory::iterator::iterator().
{ return mPath; }
Data resip::FileSystem::Directory::mPath [private] |
Definition at line 64 of file FileSystem.hxx.
Referenced by getPath().
1.7.5.1