rejected_dependencies.h
Go to the documentation of this file.
00001 #include <vector>
00002 struct CompoundTest
00003 {
00004     double* reject;
00005 };
00006 struct ArrayTest
00007 {
00008     CompoundTest reject[10];
00009 };
00010 struct VectorTest
00011 {
00012     std::vector<CompoundTest> reject;
00013 };


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Sat Jun 8 2019 19:52:17