![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include <errno.h>
#include <stdio.h>
#include <regex.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdlib.h>
#include "phoenix_env.h"
#include "phoenix_system.h"
#include "PPath.h"
Go to the source code of this file.
Functions | |
PPath | operator+ (const PPath &other1, const PPath &other2) |
Operator + for PPath. More... | |
PPath | operator/ (const PPath &other1, const PPath &other2) |
Operator / for PPath to concatenate PPath. More... | |
PString | phoenix_getFileContent (FILE *fp) |
Get the content of a file. More... | |
PString phoenix_getFileContent | ( | FILE * | fp | ) |
Get the content of a file.
fp | : file pointer to be used |
Definition at line 28 of file PPath.cpp.
Referenced by PPath::loadFileContent(), and phoenix_popen().