Go to the documentation of this file.
26 int main( int argc, char *argv[]) {
31 std::cerr << "usage: gen2dot <generator>" << std::endl;
39 std::string basename = argv[1];
40 if (basename.rfind( ".gen") < basename.size()) {
41 basename.resize(basename.rfind( ".gen"));
43 std::string dotfilename = basename+ ".dot";
Base class of all FAUDES generators.
virtual void DotWrite(const std::string &rFileName) const Writes generator to dot input format.
Includes all libFAUDES headers, no plugins.
int main(int argc, char *argv[])
libFAUDES resides within the namespace faudes.
std::string VersionString() Return FAUDES_VERSION as std::string.
libFAUDES 2.32b
--- 2024.03.01
--- c++ api documentaion by doxygen
|