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

lib
Struct PathPackage

   in path_util.h

struct PathPackage

convenience "class" that simplifies successively appending a filename to its parent directory. this avoids needing to allocate memory and calling strlen/strcat. used by wdll_ver and dir_next_ent. we want to maintain C compatibility, so this isn't a C++ class.


Field Summary
 size_t chars_left
          
 char* end
          
 char[ PATH_MAX ] path
          
 

Field Detail

chars_left

public size_t chars_left;

end

public char* end;

path

public char path[ PATH_MAX ];

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