Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

BOOS Core is unveiled in second revision

BOOS Core Revision 2 has been successfully unveiled within the framework of Baigudin Software project. In comparison with the first revision, the second has gotten considerable improvements. It saves the best features of previous realization and gets the new logical continuation.

Interface «eoos::api::Iterable<T>»

Iterable interface.

public: virtual ~Iterable();

Destructor.

public: virtual api::Iterator<T>* getIterator();

Returns an iterator of elements.

Returns:
Pointer to new iterator.

public: virtual bool_t isConstructed() const;

Tests if this object has been constructed.

Returns:
True if object has been constructed successfully.

Back to class list