Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

interaction.cxx File Reference

#include "interaction.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &stream, const interaction &conf)


Function Documentation

ostream& operator<< ostream &  stream,
const interaction conf
 

Definition at line 22 of file interaction.cxx.

00023 {
00024   conf.print(stream);
00025   return stream;
00026 }


Generated on Mon Feb 15 11:08:00 2010 for loon by  doxygen 1.3.9.1