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


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Mon Oct 6 2014 03:17:29