Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

story_test.C

Go to the documentation of this file.
00001 #include "node.h"
00002 
00003 void main(int argc, char ** argv)
00004 {
00005     node* b;
00006     b = get_node(cin);
00007 
00008     if (find_qmatch(b->get_dyn_story(), "test"))
00009         cerr << "hello!\n";
00010 
00011     putrq(b->get_dyn_story(), "test", 42.0);
00012 
00013     put_node(cout, *b);
00014 }

Generated at Sun Feb 24 09:57:17 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001