Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
UtilCollection_test Class Reference

Description

Test:
verify some convenience shortcuts and helpers dealing with Collections and sequences (Iterators).
  • metafunctions to distinguish STL containers and Lumiera Iterators
  • get the first element
  • get the last element

Definition at line 75 of file util-collection-test.cpp.

Private Member Functions

virtual void run (Arg arg)
 
template<class COL >
void verify_accessFirstLast (COL const &col, uint lim)
 
template<class COL >
void verify_Min_Max (COL const &col, uint lim)
 
void verify_typeDetectors ()
 

Member Function Documentation

◆ run()

virtual void run ( Arg  arg)
inlineprivatevirtual

Definition at line 78 of file util-collection-test.cpp.

References UtilCollection_test::verify_accessFirstLast(), UtilCollection_test::verify_Min_Max(), and UtilCollection_test::verify_typeDetectors().

+ Here is the call graph for this function:

◆ verify_accessFirstLast()

template<class COL >
void verify_accessFirstLast ( COL const &  col,
uint  lim 
)
inlineprivate

Definition at line 96 of file util-collection-test.cpp.

References util::first(), and util::last().

Referenced by UtilCollection_test::run().

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

◆ verify_Min_Max()

template<class COL >
void verify_Min_Max ( COL const &  col,
uint  lim 
)
inlineprivate

Definition at line 108 of file util-collection-test.cpp.

References util::max(), and util::min().

Referenced by UtilCollection_test::run().

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

◆ verify_typeDetectors()

void verify_typeDetectors ( )
inlineprivate

Definition at line 126 of file util-collection-test.cpp.

Referenced by UtilCollection_test::run().

+ Here is the caller graph for this function:
+ Inheritance diagram for UtilCollection_test:
+ Collaboration diagram for UtilCollection_test:

The documentation for this class was generated from the following file: