Skia
2DGraphicsLibrary
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkOSFile::Iter Class Reference

Public Member Functions

 Iter (const char path[], const char suffix[]=NULL)
 
void reset (const char path[], const char suffix[]=NULL)
 
bool next (SkString *name, bool getDir=false)
 If getDir is true, only returns directories. More...
 

Static Public Attributes

static const size_t kStorageSize = 40
 

Private Attributes

SkAlignedSStorage< kStorageSize > fSelf
 

Member Function Documentation

bool SkOSFile::Iter::next ( SkString name,
bool  getDir = false 
)

If getDir is true, only returns directories.

Results are undefined if true and false calls are interleaved on a single iterator.


The documentation for this class was generated from the following file: