Go to the source code of this file.
Definition at line 9 of file test_dfpgraph.cxx.
17 "tail": {"type":"A","name":"a"}, 18 "head": {"type":"B","name":""} 21 "tail": {"type":"A","name":"a"}, 22 "head": {"type":"B","name":"b"} 25 "tail": {"type":"A","name":"a","port":1}, 26 "head": {"type":"B","name":"b","port":1} 29 "tail": {"type":"A","name":"a","port":2}, 30 "head": {"type":"C","name":"c","port":1} 33 "tail": {"type":"A","name":"a","port":2}, 34 "head": {"type":"D","name":"d","port":1} 37 "tail": {"type":"C","name":"c","port":1}, 38 "head": {"type":"D","name":"d","port":2} 49 auto tail = get<0>(thc);
50 auto head = get<1>(thc);
51 auto conn = get<2>(thc);
52 cerr << tail <<
" " << conn <<
" " << head <<
endl;
std::vector< Connection > connections()
void configure(const Configuration &cfg)
Json::Value loads(const std::string &text, const externalvars_t &extvar=externalvars_t(), const externalvars_t &extcode=externalvars_t())
QTextStream & endl(QTextStream &s)