#include <DataMethod.hxx>


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 () | |
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.
| NothingToDo< DataType >::NothingToDo | ( | ) |  [inline] | 
        
Constructor just sets the method name.
| NothingToDo< DataType >::~NothingToDo | ( | ) |  [inline] | 
        
| 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 >.
| 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 >.
| void NothingToDo< DataType >::setSource | ( | IntMap & | tbls, | |
| IntMap & | cols, | |||
| StringMap | units | |||
| ) |  [inline, virtual] | 
        
There are no source attributes for this method.
Implements DataMethod< DataType >.
| void NothingToDo< DataType >::setTarget | ( | IntMap & | cols, | |
| StringMap | units | |||
| ) |  [inline, virtual] | 
        
There are no target attributes for this method.
Implements DataMethod< DataType >.
 1.6.3