NothingToDo< DataType > Class Template Reference

#include <DataMethod.hxx>

Inheritance diagram for NothingToDo< DataType >:
Inheritance graph
[legend]
Collaboration diagram for NothingToDo< DataType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NothingToDo ()
 Constructor just sets the method name.
void setSource (IntMap &tbls, IntMap &cols, StringMap units)
 There are no source attributes for this method.
void setTarget (IntMap &cols, StringMap units)
 There are no target attributes for this method.
void doit (TableData< DataType > &data, int row1, int row2)
 There is nothing to run in this data method.
void doit2 (TableData< DataType > &inpData, TableData< DataType > &data, int row1, int row2)
 There is nothing to run in this data method.
 ~NothingToDo ()

Detailed Description

template<typename DataType>
class NothingToDo< DataType >

Special data method that doesn't actually do anything, i.e. the implementations of the interfaces are empty. This is sometimes useful as a place filler.


Constructor & Destructor Documentation

template<typename DataType >
NothingToDo< DataType >::NothingToDo (  )  [inline]

Constructor just sets the method name.

template<typename DataType >
NothingToDo< DataType >::~NothingToDo (  )  [inline]

Member Function Documentation

template<typename DataType >
void NothingToDo< DataType >::doit ( TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]

There is nothing to run in this data method.

Implements DataMethod< DataType >.

template<typename DataType >
void NothingToDo< DataType >::doit2 ( TableData< DataType > &  inpData,
TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]

There is nothing to run in this data method.

Implements DataMethod< DataType >.

template<typename DataType >
void NothingToDo< DataType >::setSource ( IntMap tbls,
IntMap cols,
StringMap  units 
) [inline, virtual]

There are no source attributes for this method.

Implements DataMethod< DataType >.

template<typename DataType >
void NothingToDo< DataType >::setTarget ( IntMap cols,
StringMap  units 
) [inline, virtual]

There are no target attributes for this method.

Implements DataMethod< DataType >.


The documentation for this class was generated from the following file:
Generated on Mon Oct 4 10:39:35 2010 for WfcamSrc by  doxygen 1.6.3