SkOSFile::Iter Class Reference
#include <SkOSFile.h>
List of all members.
Public Member Functions |
| Iter () |
| Iter (const char path[], const char suffix[]=NULL) |
| ~Iter () |
void | reset (const char path[], const char suffix[]=NULL) |
bool | next (SkString *name, bool getDir=false) |
Detailed Description
Definition at line 51 of file SkOSFile.h.
Constructor & Destructor Documentation
SkOSFile::Iter::Iter |
( |
const char |
path[], |
|
|
const char |
suffix[] = NULL | |
|
) |
| | |
SkOSFile::Iter::~Iter |
( |
|
) |
|
Member Function Documentation
bool SkOSFile::Iter::next |
( |
SkString * |
name, |
|
|
bool |
getDir = false | |
|
) |
| | |
void SkOSFile::Iter::reset |
( |
const char |
path[], |
|
|
const char |
suffix[] = NULL | |
|
) |
| | |
The documentation for this class was generated from the following file: