![]() |
PhoenixHPCProxy
0.8.0
Lightweight HPC proxy
|
#include "Representation/representation.h"
Go to the source code of this file.
Functions | |
bool | cpp_backend (PSource &source, const PString &libName, const PPath &outputDir) |
Save a vector of PSource in the output directory. | |
bool | cpp_backend (PVecSource &vecSource, const PString &libName, const PPath &outputDir) |
Save a vector of PSource in the output directory. | |
PString | cpp_licenceSaveStr () |
Get the licence in string. | |
PString | getUpdateFunction (const PPath &fileName) |
Get the update type name of the given file. | |
bool cpp_backend | ( | PSource & | source, |
const PString & | libName, | ||
const PPath & | outputDir ) |
Save a vector of PSource in the output directory.
source | : source to be saved |
libName | : filename to a binary library |
outputDir | : output directory where to save PSource |
Definition at line 190 of file backend.cpp.
References cpp_backendHeader(), cpp_backendSource(), and PSource::getName().
Referenced by cpp_backend(), and createSourceFromConfig().
bool cpp_backend | ( | PVecSource & | vecSource, |
const PString & | libName, | ||
const PPath & | outputDir ) |
Save a vector of PSource in the output directory.
vecSource | : vector of source |
libName | : filename to a binary library |
outputDir | : output directory where to save PSource |
Definition at line 215 of file backend.cpp.
References cpp_backend().
PString cpp_licenceSaveStr | ( | ) |
Get the licence in string.
Definition at line 12 of file backend.cpp.
Referenced by cpp_backendHeader(), cpp_backendProxyLoaderHeader(), cpp_backendProxyLoaderSource(), and cpp_backendSource().
PString getUpdateFunction | ( | const PPath & | fileName | ) |
Get the update type name of the given file.
fileName | : file name |
Definition at line 46 of file backend.cpp.
Referenced by cpp_backendHeader(), cpp_backendProxyLoaderUpdateSource(), and cpp_backendSource().