Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Interface «api::Runtime»

Runtime program execution interface.

public: virtual ~Runtime();

Destructor.

public: virtual bool isConstructed() const;

Tests if this object has been constructed.

public: static bool isObject(const Type* obj);

Tests if given object has been constructed object.

public: virtual bool load(const char* path);

Loads a program for executing.

Parameters:
path — a system path to a program.

Returns:
true if program has been loaded successfully.

public: virtual void terminate(int32 status=0);

Terminates a program execution.

Parameters:
status — a termination status.

Back to class list