|
Go to the documentation of this file.
17 using namespace faudes;
52 std::cout << "######################################\n";
53 std::cout << "# a timeconstraint \n";
55 std::cout << "######################################\n";
58 tc1. Write( "tmp_timeconstraint.txt");
65 std::cout << "######################################\n";
66 std::cout << "# inspection ... \n";
67 ClockSet::Iterator cit;
68 for(cit = clocks1. Begin(); cit != clocks1. End(); cit++) {
69 std::cout << "clock: " << clocks1. SymbolicName(*cit) << "\n";
71 for(tit = tc1. Begin(*cit); tit != tc1. End(*cit); tit++) {
72 std::cout << "elem constraint: " << tc1. EStr(*tit) << "\n";
75 std::cout << "time interval: " << tint. Str() << "\n";
77 std::cout << "######################################\n";
95 std::cout << "######################################\n";
96 std::cout << "# after various insertions \n";
98 std::cout << "######################################\n";
104 std::cout << "######################################\n";
105 std::cout << "# after erase \n";
107 std::cout << "######################################\n";
118 std::cout << "######################################\n";
119 std::cout << "# another constraint \n";
121 std::cout << "######################################\n";
131 std::cout << "######################################\n";
132 std::cout << "# minimal version \n";
134 std::cout << "######################################\n";
libFAUDES 2.28a
--- 2016.09.13
--- c++ api documentaion by doxygen
|