Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Interface «api::Resource»

Resource interface.

public: virtual ~Resource();

Destructor.

public: virtual bool isBlocked();

Tests if this resource is blocked.

Returns:
true if this resource is blocked.

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.

Back to class list