7#ifndef __PHOENIX_DL_H__
8#define __PHOENIX_DL_H__
15std::string
phoenix_mangleFunction(
const std::string & functionPrototype,
const std::string & extraInclude =
"",
const std::string & compiler =
"g++");
std::string phoenix_mangleFunction(const std::string &functionPrototype, const std::string &extraInclude="", const std::string &compiler="g++")
Mangle the given function prototype.
void phoenix_listLibrarySymbol(std::vector< std::string > &vecFunction, const std::string &libFileName)
List the symbols in the given library.