blob: 4a3d8492a13623466941d76fab6667106f5c5122 [file] [log] [blame]
#ifndef UTILS_HH
#define UTILS_HH
#include "UtilsPrintKinds.hh"
#include "umlrtobjectclass.hh"
#include "UtilsPrintKinds.hh"
class UTILS
{
public:
UTILS();
protected:
static bool debugStatus;
static UtilsPrintKinds printTimeKind;
public:
bool isDebug();
bool setDebug( bool dbg );
bool setPrintType( UtilsPrintKinds printType );
UtilsPrintKinds getPrintKind();
static const UMLRTObject_field fields[];
};
extern const UMLRTObject_class * const UMLRTType_UTILS;
#endif