#include "gentl_wrapper.h"#include <string>#include <sstream>#include <stdexcept>#include <cstdlib>#include <iostream>#include <Windows.h>
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |