![]() |
|
PhoenixHPCProxy
1.0.0
Lightweight HPC proxy
|
#include "Representation/representation.h"
Include dependency graph for backend.h:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: