Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
lib::wrapper::test::anonymous_namespace{item-wrapper-test.cpp} Namespace Reference

Classes

struct  Tracker
 

Functions

bool operator== (Tracker const &t1, Tracker const &t2)
 
bool operator!= (Tracker const &t1, Tracker const &t2)
 
int & pickElement (vector< int > &vec, size_t idx)
 to be bound as test function....
 
function< int &(size_t)> pickElement_ofVector (vector< int > &vec)
 

Variables

long cntTracker = 0
 

Function Documentation

◆ operator==()

bool operator== ( Tracker const &  t1,
Tracker const &  t2 
)

Definition at line 67 of file item-wrapper-test.cpp.

References Tracker::i_.

◆ operator!=()

bool operator!= ( Tracker const &  t1,
Tracker const &  t2 
)

Definition at line 68 of file item-wrapper-test.cpp.

References Tracker::i_.

◆ pickElement()

int & pickElement ( vector< int > &  vec,
size_t  idx 
)

to be bound as test function....

Definition at line 73 of file item-wrapper-test.cpp.

References pickElement().

Referenced by pickElement(), and pickElement_ofVector().

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

◆ pickElement_ofVector()

function< int &(size_t)> pickElement_ofVector ( vector< int > &  vec)

Definition at line 79 of file item-wrapper-test.cpp.

References pickElement().

+ Here is the call graph for this function:

Variable Documentation

◆ cntTracker

long cntTracker = 0

Definition at line 56 of file item-wrapper-test.cpp.

Referenced by Tracker::Tracker(), Tracker::Tracker(), and Tracker::~Tracker().