![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Contained in: global
Derived from:
none
Derived by:
none
Group: Core (I/O Data)
#include <ClanLib/core.h>
public function member index: |
||
| CL_DirectoryScanner | (); | |
| CL_DirectoryScanner | (const CL_DirectoryScanner& copy); | |
| ~CL_DirectoryScanner | (); | |
| bool | scan | (const std::string& pathname); |
| bool | scan | (const std::string& pathname, const std::string& pattern); |
| std::string | get_directory_path | (); |
| std::string | get_name | (); |
| std::string | get_pathname | (); |
| bool | is_directory | (); |
| bool | is_hidden | (); |
| CL_DirectoryScanner& | operator = | (const CL_DirectoryScanner& copy); |
| bool | next | (); |