X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fother-2.cpp;fp=example-codegen%2Fother-2.cpp;h=05ccc4b4eed6c35a5090e92ba4c7a556d4847305;hp=0000000000000000000000000000000000000000;hb=c5e54ff222d1174d0c99265f2812cd84fa320986;hpb=0cfa3fb24104428b6e6d8881b1f94fcad825c7ef diff --git a/example-codegen/other-2.cpp b/example-codegen/other-2.cpp new file mode 100644 index 0000000..05ccc4b --- /dev/null +++ b/example-codegen/other-2.cpp @@ -0,0 +1,21 @@ +#include +// serialization of string +#include +// serialization of pair +#include + +// std::vector +#include +#include + +#include "foo.hxx" + +#include "other_common.hxx" + +using namespace std; + +//! test own type +LIBT2N_EXPORT bool t3(const Foo &foo) +{ + return (foo.i==foo.j); +}