![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include "phoenix_data_stream.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | testListDataFile () |
Test if data size is Ok. More... | |
template<typename T > | |
void | testSimpleListValue (const std::string &testTypeName) |
Abstract check a list of values stored in a file. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file main_list.cpp.
References testListDataFile().
void testListDataFile | ( | ) |
Test if data size is Ok.
Definition at line 25 of file main_list.cpp.
Referenced by main().
void testSimpleListValue | ( | const std::string & | testTypeName | ) |
Abstract check a list of values stored in a file.
testName | : name of the type use in the test |
Definition at line 13 of file main_list.cpp.
References checkValue(), data_load(), data_save(), and data_stream_assert.