#include "./CloseTester.h"
Include dependency graph for TestClose.cxx:
Go to the source code of this file.
Functions | |
int | main () |
Demo for code to find all close objects in a container. |
int main | ( | ) |
Demo for code to find all close objects in a container.
Definition at line 4 of file TestClose.cxx.
00004 { 00005 Atlfast::CloseTester ct; 00006 ct.go(); 00007 return 0; 00008 }