Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cpptest.cc File Reference

#include "rcs.hh"

Include dependency graph for cpptest.cc:

Include dependency graph

Go to the source code of this file.

Functions

int testFormat (NMLTYPE type, void *buf, CMS *cms)
int cpp_main ()

Variables

NMLnml


Function Documentation

int testFormat NMLTYPE    type,
void *    buf,
CMS   cms
 

Definition at line 9 of file cpptest.cc.

00010 {
00011   return 0;
00012 }

int cpp_main  
 

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 }


Variable Documentation

NML* nml
 

Definition at line 5 of file cpptest.cc.


Generated on Sun Dec 2 15:57:05 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001