Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam::control::test::anonymous_namespace{command-equality-test.cpp} Namespace Reference

Typedefs

typedef void Sig_oper(char)
 
typedef string Sig_capt(char)
 
typedef void Sig_undo(char, string)
 
typedef function< Sig_operFun_o
 
typedef function< Sig_captFun_c
 
typedef function< Sig_undoFun_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")
 

Typedef Documentation

◆ Sig_oper

typedef void Sig_oper(char)

Definition at line 74 of file command-equality-test.cpp.

◆ Sig_capt

typedef string Sig_capt(char)

Definition at line 75 of file command-equality-test.cpp.

◆ Sig_undo

typedef void Sig_undo(char, string)

Definition at line 76 of file command-equality-test.cpp.

◆ Fun_o

typedef function<Sig_oper> Fun_o

Definition at line 78 of file command-equality-test.cpp.

◆ Fun_c

typedef function<Sig_capt> Fun_c

Definition at line 79 of file command-equality-test.cpp.

◆ Fun_u

typedef function<Sig_undo> Fun_u

Definition at line 80 of file command-equality-test.cpp.

◆ ArgTuple

using ArgTuple = std::tuple<char>

Definition at line 82 of file command-equality-test.cpp.

◆ ArgHolder

◆ MemHolder

Definition at line 84 of file command-equality-test.cpp.

◆ Closure

Function Documentation

◆ MARK_1()

const string MARK_1 ( "|_1_"  )

References MARK_1().

Referenced by capt_1(), MARK_1(), oper_1(), and undo_1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ MARK_2()

const string MARK_2 ( "|_2_"  )

References MARK_2().

Referenced by capt_2(), MARK_2(), oper_2(), and undo_2().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ oper_1()

void oper_1 ( char  par)

Definition at line 64 of file command-equality-test.cpp.

References check_, MARK_1(), and oper_1().

Referenced by oper_1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ oper_2()

void oper_2 ( char  par)

Definition at line 65 of file command-equality-test.cpp.

References check_, MARK_2(), and oper_2().

Referenced by oper_2().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ capt_1()

string capt_1 ( char  par)

Definition at line 67 of file command-equality-test.cpp.

References capt_1(), check_, and MARK_1().

Referenced by capt_1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ capt_2()

string capt_2 ( char  par)

Definition at line 68 of file command-equality-test.cpp.

References capt_2(), check_, and MARK_2().

Referenced by capt_2().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ undo_1()

void undo_1 ( char  par,
string  mem 
)

Definition at line 70 of file command-equality-test.cpp.

References check_, MARK_1(), and undo_1().

Referenced by undo_1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ undo_2()

void undo_2 ( char  par,
string  mem 
)

Definition at line 71 of file command-equality-test.cpp.

References check_, MARK_2(), and undo_2().

Referenced by undo_2().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ check_

string check_

Definition at line 56 of file command-equality-test.cpp.

Referenced by capt_1(), capt_2(), oper_1(), oper_2(), undo_1(), and undo_2().

◆ COMMAND1

Symbol COMMAND1("test.equalityCommand1") ( "test.equalityCommand1"  )

◆ COMMAND2

Symbol COMMAND2("test.equalityCommand2") ( "test.equalityCommand2"  )