![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | checkPhoenixCheck (T val, T valSame, T valDifferent) |
Check the phoenix_check. More... | |
int | main (int argc, char **argv) |
void | testCheckList () |
Check the list. More... | |
void | testCheckVector () |
Check the vector. More... | |
void | testIsOk () |
Test the string filename function. More... | |
bool checkPhoenixCheck | ( | T | val, |
T | valSame, | ||
T | valDifferent | ||
) |
Check the phoenix_check.
val | : value |
valSame | : same value |
valDifferent | : different value |
Definition at line 19 of file main.cpp.
References phoenix_check().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 97 of file main.cpp.
References testCheckList(), testCheckVector(), and testIsOk().
void testCheckList | ( | ) |
Check the list.
Definition at line 73 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
void testCheckVector | ( | ) |
Check the vector.
Definition at line 48 of file main.cpp.
References phoenix_assert, and phoenix_check().
Referenced by main().
void testIsOk | ( | ) |
Test the string filename function.
Definition at line 27 of file main.cpp.
References phoenix_assert, phoenix_check(), and phoenix_isOk().
Referenced by main().