|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public size_t chars_left;
public char* end;
public char path[ PATH_MAX ];
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |