This is the complete list of members for
MaPI_FSMapReduce< T >, including all inherited members.
| finalize() | MaPI_FSMapReduce< T > | |
| init(int argc, char **argv, string(*)(string, T), T object) | MaPI_FSMapReduce< T > | |
| init(int argc, char **argv, vector< string(*)(string, T) > functions, T object) | MaPI_FSMapReduce< T > | |
| mapper(string(*map)(string, T), vector< string > *inputs) | MaPI_FSMapReduce< T > | |
| mapperSize() | MaPI_FSMapReduce< T > | [inline] |
| mapreduce(string(*map)(string, T), vector< string > *(*reduce)(vector< string > *, T), vector< string > *input) | MaPI_FSMapReduce< T > | |