Home
last modified time | relevance | path

Searched refs:dotPlanFile (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/test/
H A Dapitest.cpp209 if( ! lProp->dotPlanFile().empty () ) in main()
211 auto_ptr<ostream> planFile (new ofstream (lProp->dotPlanFile().c_str())); in main()
/dports/textproc/zorba/zorba-2.7.0/src/system/
H A Dzorba_properties.h179 const std::string &dotPlanFile () const { return theDotPlanFile; } in dotPlanFile() function