Public Member Functions | |
DataOut | operator() (const DataIn &aData) const |
Static Public Member Functions | |
static DataIn | convert (DataOut aD) |
This is a one-to-one correspondance between the input and output types: We first fill an array of DataOut. This array is converted to several containers of DataIn : These containers are used a input to various algorithms. Then at the end the output of these algorithms must be the same as the original array of DataOut.
Executed by the algorithm. Simple inlined implementation of atoi. We know that the number is positive with only chars in it.