Go to the source code of this file.
|
void | fromIce (const armem::prediction::data::PredictionEngine &ice, PredictionEngine &engine) |
|
void | fromIce (const armem::prediction::data::PredictionRequest &ice, PredictionRequest &request) |
|
void | fromIce (const armem::prediction::data::PredictionResult &ice, PredictionResult &result) |
|
void | fromIce (const armem::prediction::data::PredictionSettings &ice, PredictionSettings &settings) |
|
void | toIce (armem::prediction::data::PredictionEngine &ice, const PredictionEngine &engine) |
|
void | toIce (armem::prediction::data::PredictionRequest &ice, const PredictionRequest &request) |
|
void | toIce (armem::prediction::data::PredictionResult &ice, const PredictionResult &result) |
|
void | toIce (armem::prediction::data::PredictionSettings &ice, const PredictionSettings &settings) |
|