#include "gentl_wrapper.h"
#include <string>
#include <sstream>
#include <stdexcept>
#include <cstdlib>
#include <iostream>
#include <dlfcn.h>
#include <dirent.h>
Go to the source code of this file.
Namespaces | |
rcg | |
Functions | |
std::vector< std::string > | rcg::getAvailableGenTLs (const char *paths) |
The function uses the given list files of paths that is separated by colons or semicolons, depending on the used operating system, and returns all files with the suffix .cti. More... | |