Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

sizeof.C

Go to the documentation of this file.
00001 #include "tdyn.h"
00002 #include "hdyn.h"
00003 #include "worldline.h"
00004 
00005 main()
00006 {
00007     // Interesting information:
00008 
00009     PRL(sizeof(node));
00010     PRL(sizeof(dyn));
00011     PRL(sizeof(tdyn));
00012     PRL(sizeof(_dyn_));
00013     PRL(sizeof(hdyn));
00014     PRL(sizeof(segment));
00015     PRL(sizeof(worldline));
00016     PRL(sizeof(hydrobase));
00017     PRL(sizeof(starbase));
00018 }

Generated at Sun Feb 24 09:57:16 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001