Class MAEUtility
#include <MAEUtility.h >
Super class: MAE
This class builds on top of the MAE class. It ensures MAE knows that your MAE task is an utility and supports it appropriately. A utility is a one-shot program that performs a task and exits.
const string& programName |
the name of the task as registered inside MAE |
Declare your utility MAE instance of this task.