Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

src/DataSource/ScalarDataSource.cpp

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 /***************************************************************************
00003  *
00004  * The IPPL Framework
00005  * 
00006  * This program was prepared by PSI. 
00007  * All rights in the program are reserved by PSI.
00008  * Neither PSI nor the author(s)
00009  * makes any warranty, express or implied, or assumes any liability or
00010  * responsibility for the use of this software
00011  *
00012  * Visit http://www.acl.lanl.gov/POOMS for more details
00013  *
00014  ***************************************************************************/
00015 
00016 // -*- C++ -*-
00017 /***************************************************************************
00018  *
00019  * The IPPL Framework
00020  * 
00021  *
00022  * Visit http://people.web.psi.ch/adelmann/ for more details
00023  *
00024  ***************************************************************************/
00025 
00026 // include files
00027 #include "DataSource/ScalarDataSource.h"
00028 #include "DataSource/MakeDataSource.h"
00029 #include "DataSource/DataConnect.h"
00030 
00031 
00033 // a virtual function which is called by this base class to get a
00034 // specific instance of DataSourceObject based on the type of data
00035 // and the connection method (the argument to the call).
00036 template<class T>
00037 DataSourceObject *ScalarDataSource<T>::createDataSourceObject(const char *nm, DataConnect *dc, int tm) {
00038   return make_DataSourceObject(nm, dc, tm, *this);
00039 }
00040 
00041 
00042 
00043 
00044 /***************************************************************************
00045  * $RCSfile: ScalarDataSource.cpp,v $   $Author: adelmann $
00046  * $Revision: 1.1.1.1 $   $Date: 2003/01/23 07:40:25 $
00047  * IPPL_VERSION_ID: $Id: ScalarDataSource.cpp,v 1.1.1.1 2003/01/23 07:40:25 adelmann Exp $ 
00048  ***************************************************************************/

Generated on Fri Nov 2 01:25:55 2007 for IPPL by doxygen 1.3.5