![]() |
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 | |
template<typename T > | |
void | checkVectorDataSize (const std::string &testTypeName) |
Check the size of given vector of data. More... | |
int | main (int argc, char **argv) |
void | testVectorDataSize () |
Test if data size is Ok. More... | |
void checkVectorDataSize | ( | const std::string & | testTypeName | ) |
Check the size of given vector of data.
testTypeName | : name of the type to test |
Definition at line 13 of file main_vector.cpp.
References checkValue(), data_size(), and data_stream_assert.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 37 of file main_vector.cpp.
References testVectorDataSize().
void testVectorDataSize | ( | ) |
Test if data size is Ok.
Definition at line 22 of file main_vector.cpp.
Referenced by main().