Baigudin Software avatar
EOOS Systems logo
home
ru region
en region

Interface «eoos::api::Guard»

Guard interface.

public: virtual ~Guard();

Destructor.

public: virtual bool_t isConstructed() const;

Tests if this object has been constructed.

Returns:
True if object has been constructed successfully.

public: virtual bool_t lock();

Locks this guard.

Returns:
True if this guard is locked successfully, or false if an error occurred.

public: virtual bool_t unlock();

Unlocks this guard.

Returns:
True if this guard is unlocked successfully, or false if an error occurred.

Back to class list