Program Listing for File Status.h
↰ Return to documentation for file (include/gwmodelpp/Status.h
)
#ifndef STATUS
#define STATUS
namespace gwm
{
enum class Status
{
Success = 0,
Terminated
};
} // namespace gwm
#endif // STATUS