![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
template<typename T > | |
bool | testMultiTableSize (size_t nbElementMin, size_t nbElementMax) |
Check size of a table of data. More... | |
void | testSimpleTableDataSize () |
Test if data size is Ok. More... | |
template<typename T > | |
bool | testTableSize (size_t nbElement) |
Check size of a table of data. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 53 of file main.cpp.
References testSimpleTableDataSize().
bool testMultiTableSize | ( | size_t | nbElementMin, |
size_t | nbElementMax | ||
) |
Check size of a table of data.
nbElementMin | : minimum number of elements of the table of data |
nbElementMax | : maximum number of elements of the table of data |
void testSimpleTableDataSize | ( | ) |
Test if data size is Ok.
Definition at line 38 of file main.cpp.
References data_stream_assert.
Referenced by main().
bool testTableSize | ( | size_t | nbElement | ) |
Check size of a table of data.
nbElement | : number of elements of the table of data |
Definition at line 16 of file main.cpp.
References checkValue(), and data_size().