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/prebuilt/hello.cpp File Reference

#include <a.h>

Include dependency graph for boost-build/test/prebuilt/hello.cpp:

Include dependency graph

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main  ) 
 

Definition at line 13 of file boost-build/test/prebuilt/hello.cpp.

References debug(), and release().

00014 {
00015     #ifdef RELEASE
00016     release();
00017     #else
00018     debug();
00019     #endif
00020     return 0;
00021 }

Here is the call graph for this function:


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