The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

boost-build/test/railsys/program/main/main.cpp

Go to the documentation of this file.
00001 //  Copyright (c) 2002 Institute of Transport, 
00002 //             Railway Construction and Operation, 
00003 //             University of Hanover, Germany
00004 //
00005 // Permission to copy, use, modify, sell and distribute this software is
00006 // granted provided this copyright notice appears in all copies. This
00007 // software is provided "as is" without express or implied warranty, and
00008 // with no claim as to its suitability for any purpose.
00009 
00010 #include "../include/test_a.h"
00011 
00012 #include <libx/test_libx.h>
00013 
00014 int main()
00015 {
00016     TestLibX stTestLibX;
00017     TestA stTestA;
00018     
00019     stTestLibX.do_something();
00020 };

Generated on Mon Nov 8 17:07:41 2004 for MPT by  doxygen 1.3.9.1