|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| FlagReset () | |
| ~FlagReset () | |
Public Attributes | |
| bool | wp = with_power |
| bool | wn = with_nes |
| bool | on = only_num |
| bool | wc = with_class |
| size_t | fs = font_size |
Definition at line 66 of file load_digraph_test.cc.
|
inline |
Definition at line 74 of file load_digraph_test.cc.
References Aleph::font_size, Aleph::only_num, Aleph::with_class, Aleph::with_nes, and Aleph::with_power.
|
inline |
Definition at line 83 of file load_digraph_test.cc.
References Aleph::font_size, fs, on, Aleph::only_num, wc, Aleph::with_class, Aleph::with_nes, Aleph::with_power, wn, and wp.
| size_t FlagReset::fs = font_size |
Definition at line 72 of file load_digraph_test.cc.
Referenced by ~FlagReset().
| bool FlagReset::on = only_num |
Definition at line 70 of file load_digraph_test.cc.
Referenced by ~FlagReset().
| bool FlagReset::wc = with_class |
Definition at line 71 of file load_digraph_test.cc.
Referenced by ~FlagReset().
| bool FlagReset::wn = with_nes |
Definition at line 69 of file load_digraph_test.cc.
Referenced by ~FlagReset().
| bool FlagReset::wp = with_power |
Definition at line 68 of file load_digraph_test.cc.
Referenced by ~FlagReset().