![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
bool | checkEqualityConst (const Shadok &s1, const Shadok &s2) |
Check the shadok equality as constant. More... | |
int | main (int argc, char **argv) |
void | testShadok () |
Some basic Shadok test. More... | |
void | testShadokFile () |
Test the Shadok message. More... | |
void | testShadokMessage () |
Test the Shadok message. More... | |
void | testShadokSize () |
Test the Shadok size. More... | |
Check the shadok equality as constant.
Definition at line 61 of file main.cpp.
References Shadok::getAge(), and Shadok::getName().
Referenced by testShadok().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 75 of file main.cpp.
References testShadok(), testShadokFile(), testShadokMessage(), and testShadokSize().
void testShadok | ( | ) |
Some basic Shadok test.
Definition at line 66 of file main.cpp.
References checkEqualityConst(), data_stream_assert, and Shadok::getAge().
Referenced by main().
void testShadokFile | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 40 of file main.cpp.
References data_load(), data_save(), data_stream_assert, Shadok::getAge(), Shadok::getName(), Shadok::setAge(), and Shadok::setName().
Referenced by main().
void testShadokMessage | ( | ) |
Test the Shadok message.
Load shadok from message
Definition at line 21 of file main.cpp.
References data_message_load(), data_message_save(), data_size(), data_stream_assert, Shadok::getAge(), Shadok::getName(), Shadok::setAge(), and Shadok::setName().
Referenced by main().
void testShadokSize | ( | ) |
Test the Shadok size.
Definition at line 11 of file main.cpp.
References data_size(), data_stream_assert, Shadok::setAge(), and Shadok::setName().
Referenced by main().