Str2Lng Class Reference

List of all members.

Public Member Functions

DataOut operator() (const DataIn &aData) const

Static Public Member Functions

static DataIn convert (DataOut aD)

Detailed Description

This is the functor used for calls to 'rpatransform'. The only thing it does is to convert the input data into the output data, using plain STL serialization.


Member Function Documentation

static DataIn Str2Lng::convert ( DataOut  aD  )  [inline, static]

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.

DataOut Str2Lng::operator() ( const DataIn aData  )  const [inline]

Executed by the algorithm. Simple inlined implementation of atoi. We know that the number is positive with only chars in it.


The documentation for this class was generated from the following file:
Generated on Tue Sep 25 10:20:31 2007 for rpa by  doxygen 1.4.7