![]() |
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) |
template<typename T > | |
void | testSimpleVectorValue (const std::string &testTypeName) |
Abstract check a vector of values stored in a file. More... | |
void | testVectorDataFile () |
Test if data size is Ok. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file main_vector.cpp.
References testVectorDataFile().
void testSimpleVectorValue | ( | const std::string & | testTypeName | ) |
Abstract check a vector of values stored in a file.
testName | : name of the type use in the test |
Definition at line 13 of file main_vector.cpp.
References checkValue(), data_load(), data_save(), and data_stream_assert.
void testVectorDataFile | ( | ) |
Test if data size is Ok.
Definition at line 25 of file main_vector.cpp.
Referenced by main().