numerics.h
Go to the documentation of this file.
00001 #ifndef NUMERICS_NUMERICS_H
00002 #define NUMERICS_NUMERICS_H
00003 
00004 namespace numerics
00005 {
00006     struct Bla
00007     {
00008         signed char c;
00009         unsigned char uc;
00010         short s;
00011         unsigned short us;
00012         int i;
00013         unsigned int ui;
00014         long l;
00015         unsigned long ul;
00016         long long ll;
00017         unsigned long long ull;
00018 
00019         float f;
00020         double d;
00021     };
00022 }
00023 
00024 #endif


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