Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
iterable-classification-test.cpp File Reference

unit test IterableClassification_test More...

Go to the source code of this file.

Description

unit test IterableClassification_test

Definition in file iterable-classification-test.cpp.

#include "lib/test/run.hpp"
#include "steam/mobject/session/scope-query.hpp"
#include "steam/mobject/session/effect.hpp"
#include "lib/meta/duck-detector.hpp"
#include "lib/time/timevalue.hpp"
#include "lib/util-foreach.hpp"
#include "lib/itertools.hpp"
#include <iostream>
#include <vector>
#include <deque>
#include <list>
#include <map>
#include <set>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::meta
 
namespace  lib::meta::test
 
namespace  lib::meta::test::anonymous_namespace{iterable-classification-test.cpp}
 

Macros

#define SHOW_CHECK(_EXPR_)   cout << STRINGIFY(_EXPR_) << "\t : " << (_EXPR_::value? "Yes":"No") << endl;
 

Typedefs

typedef lib::time::TimeVar Time
 

Classes

struct  TestSource
 
class  IterableClassification_test
 

Functions

 LAUNCHER (IterableClassification_test, "unit common")
 Register this test class...
 

Macro Definition Documentation

◆ SHOW_CHECK

#define SHOW_CHECK (   _EXPR_)    cout << STRINGIFY(_EXPR_) << "\t : " << (_EXPR_::value? "Yes":"No") << endl;

Definition at line 69 of file iterable-classification-test.cpp.