|
Lhaz
|
#include <lhaztree.h>
公開型 | |
| enum | TYPE { TREE_NON , TREE_DIR , TREE_FILE } |
公開メンバ関数 | |
| LHAZTREE (int level, int index, const WSTR &name) | |
| LHAZTREE (int level, TYPE type, int index, const WSTR &name) | |
| LHAZTREE (void) | |
| void | Add (int index, const WSTR &name) |
| void | Print (MYFILE &fo, bool hasdir, bool csv, LHAZLIST *lhazlist) |
非公開メンバ関数 | |
| WSTR | GetContent (bool csv, int index, LHAZLIST *lhazlist) |
非公開変数類 | |
| int | Level |
| TYPE | Type |
| int | Index |
| WSTR | Name |
| vector< LHAZTREE > | Child |
| bool | HasDir |
静的非公開変数類 | |
| static vector< bool > | Line |
| enum LHAZTREE::TYPE |
| LHAZTREE::LHAZTREE | ( | int | level, |
| int | index, | ||
| const WSTR & | name | ||
| ) |
| LHAZTREE::LHAZTREE | ( | int | level, |
| TYPE | type, | ||
| int | index, | ||
| const WSTR & | name | ||
| ) |
| LHAZTREE::LHAZTREE | ( | void | ) |
| void LHAZTREE::Add | ( | int | index, |
| const WSTR & | name | ||
| ) |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |