nn::fs::Directory Class

Syntax

class Directory : 
    private ADLFireWall::NonCopyable,
    private nn::fs::detail::DirectoryBase

Description

A class used for directory operations.

Member Functions

Directory Constructor.
Initialize Opens the specified directory.
TryInitialize Tries to open the specified directory.
Finalize Closes a directory.
V ~Directory Destructor.
Read Loads the specified number of entries from a directory.
TryRead Loads the specified number of entries from a directory.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::fs::Directory

Revision History

2010/01/29
Initial version.

CONFIDENTIAL