Class MAEUtility

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class MAEUtility

Summary
Public Methods
MAEUtility(programName)

#include <MAEUtility.h >

Super class: MAE

Summary

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.

Public Methods

MAEUtility(programName)

const string& programName

the name of the task as registered inside MAE


Declare your utility MAE instance of this task.