![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include <iostream>
#include "phoenix_assert.h"
#include "phoenix_check.h"
#include "openFileStream.h"
Go to the source code of this file.
Functions | |
void | checkOpenFileStream () |
Check the openFileStream. More... | |
bool | checkOpenVecFileStream (const PPath &fileName, size_t nbFile) |
Check the openFileStream. More... | |
int | main (int argc, char **argv) |
void checkOpenFileStream | ( | ) |
Check the openFileStream.
Definition at line 14 of file main.cpp.
References openFileStream(), and phoenix_assert.
Referenced by main().
bool checkOpenVecFileStream | ( | const PPath & | fileName, |
size_t | nbFile | ||
) |
Check the openFileStream.
fileName | : name of the file to be used as a model |
nbFile | : number of files to be opened |
Definition at line 40 of file main.cpp.
References closeFileStream(), openFileStream(), and phoenix_check().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file main.cpp.
References checkOpenFileStream(), checkOpenVecFileStream(), and phoenix_assert.