Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps.scripting
Struct BuildDirEntListState

   in JSInterface_VFS.cpp

struct BuildDirEntListState


Field Summary
 int cur_idx
          
 JSContext* cx
          
 JSObject* filename_array
          
 
Constructor Summary
BuildDirEntListState( JSContext* cx_ )
          
~BuildDirEntListState()
          
 

Field Detail

cur_idx

public int cur_idx;

cx

public JSContext* cx;

filename_array

public JSObject* filename_array;


Constructor Detail

BuildDirEntListState

public BuildDirEntListState( JSContext* cx_ );

~BuildDirEntListState

public ~BuildDirEntListState();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD