![]() |
![]() |
![]() |
![]() |
||||
![]() |
![]() |
![]() |
![]() |
||||
|
#include <recls/cpp/fileentry.hpp>
Construction | |
DirectoryParts () | |
Default constructor. | |
DirectoryParts (class_type const &rhs) | |
Copy constructor. | |
~DirectoryParts () | |
Destructor. | |
class_type & | operator= (class_type const &rhs) |
Copy assignment operator. | |
Public Member Functions | |
Attributes | |
size_t | size () const |
Returns the number of directory parts managed by this instance. | |
string_t | operator[] (size_t index) const |
Returns the number of directory parts managed by this instance. |
DirectoryParts | ( | ) |
Default constructor.
DirectoryParts | ( | class_type const & | rhs | ) |
Copy constructor.
~DirectoryParts | ( | ) |
Destructor.
class_type& operator= | ( | class_type const & | rhs | ) |
Copy assignment operator.
size_t size | ( | ) | const |
Returns the number of directory parts managed by this instance.
string_t operator[] | ( | size_t | index | ) | const |
Returns the number of directory parts managed by this instance.
index | The index of the requried directory part |
[0, size())
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2006 |