#include "rcs.hh"Include dependency graph for cpptest.cc:

Go to the source code of this file.
Functions | |
| int | testFormat (NMLTYPE type, void *buf, CMS *cms) |
| int | cpp_main () |
Variables | |
| NML * | nml |
|
||||||||||||||||
|
Definition at line 9 of file cpptest.cc. 00010 {
00011 return 0;
00012 }
|
|
|
Definition at line 15 of file cpptest.cc. Referenced by cpp_main(), and main().
00016 {
00017 nml = new NML (testFormat, "test", "test", "test.nml");
00018
00019 delete nml;
00020
00021
00022 }
|
|
|
Definition at line 5 of file cpptest.cc. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001