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 File Reference

#include "../include/test_a.h"
#include <libx/test_libx.h>

Include dependency graph for boost-build/test/railsys/program/main/main.cpp:

Include dependency graph

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main  ) 
 

Definition at line 14 of file boost-build/test/railsys/program/main/main.cpp.

References TestLibX::do_something().

00015 {
00016     TestLibX stTestLibX;
00017     TestA stTestA;
00018     
00019     stTestLibX.do_something();
00020 };

Here is the call graph for this function:


Generated on Mon Nov 8 17:08:11 2004 for MPT by  doxygen 1.3.9.1