![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Typedefs | |
| typedef void | Sig_oper(char) |
| typedef string | Sig_capt(char) |
| typedef void | Sig_undo(char, string) |
| typedef function< Sig_oper > | Fun_o |
| typedef function< Sig_capt > | Fun_c |
| typedef function< Sig_undo > | Fun_u |
| using | ArgTuple = std::tuple< char > |
| using | ArgHolder = OpClosure< Sig_oper > |
| using | MemHolder = MementoTie< Sig_oper, string > |
| using | Closure = SimpleClosure< Sig_oper > |
Functions | |
| const string | MARK_1 ("|_1_") |
| const string | MARK_2 ("|_2_") |
| void | oper_1 (char par) |
| void | oper_2 (char par) |
| string | capt_1 (char par) |
| string | capt_2 (char par) |
| void | undo_1 (char par, string mem) |
| void | undo_2 (char par, string mem) |
Variables | |
| string | check_ |
| Symbol | COMMAND1 ("test.equalityCommand1") |
| Symbol | COMMAND2 ("test.equalityCommand2") |
Definition at line 74 of file command-equality-test.cpp.
Definition at line 75 of file command-equality-test.cpp.
Definition at line 76 of file command-equality-test.cpp.
Definition at line 78 of file command-equality-test.cpp.
Definition at line 79 of file command-equality-test.cpp.
Definition at line 80 of file command-equality-test.cpp.
Definition at line 82 of file command-equality-test.cpp.
| using MemHolder = MementoTie<Sig_oper, string> |
Definition at line 84 of file command-equality-test.cpp.
Definition at line 85 of file command-equality-test.cpp.
| const string MARK_1 | ( | "|_1_" | ) |
| const string MARK_2 | ( | "|_2_" | ) |
| string capt_1 | ( | char | par | ) |
| string capt_2 | ( | char | par | ) |
| string check_ |
| Symbol COMMAND1("test.equalityCommand1") | ( | "test.equalityCommand1" | ) |
| Symbol COMMAND2("test.equalityCommand2") | ( | "test.equalityCommand2" | ) |