16 LHAZTREE(
int level,
int index,
const WSTR& name);
17 LHAZTREE(
int level,
TYPE type,
int index,
const WSTR& name);
19 void Add(
int index,
const WSTR& name);
20 void Print(MYFILE& fo,
bool hasdir,
bool csv,
LHAZLIST* lhazlist);
int Level
Definition lhaztree.h:24
vector< LHAZTREE > Child
Definition lhaztree.h:28
TYPE Type
Definition lhaztree.h:25
bool HasDir
Definition lhaztree.h:29
void Add(int index, const WSTR &name)
Definition lhaztree.cpp:56
LHAZTREE(void)
Definition lhaztree.cpp:21
WSTR Name
Definition lhaztree.h:27
int Index
Definition lhaztree.h:26
TYPE
Definition lhaztree.h:15
@ TREE_FILE
Definition lhaztree.h:15
@ TREE_NON
Definition lhaztree.h:15
@ TREE_DIR
Definition lhaztree.h:15
void Print(MYFILE &fo, bool hasdir, bool csv, LHAZLIST *lhazlist)
Definition lhaztree.cpp:135
static vector< bool > Line
Definition lhaztree.h:23
WSTR GetContent(bool csv, int index, LHAZLIST *lhazlist)
Definition lhaztree.cpp:94