typical usage for (ECRelationshipIterable::const_iterator iter = collection.begin(); iter != collection.end(); ++iter) { IECRelationshipInstanceP instance = *iter; } More...
#include <ECInstanceIterable.h>
Public Types | |
typedef IECRelationshipCollectionAdapter::const_iterator | const_iterator |
Public Member Functions | |
ECRelationshipIterable () | |
Default constructor. More... | |
ECRelationshipIterable (IECRelationshipCollectionAdapter *collection) | |
Constructor that takes another collection. More... | |
const_iterator | begin () const |
returns the beginning of this collection More... | |
const_iterator | end () const |
returns the end of the collection More... | |
bool | empty () const |
returns whether the collection is empty or not More... | |
bool | IsNull () const |
returns whether the collection is Null More... | |
typical usage for (ECRelationshipIterable::const_iterator iter = collection.begin(); iter != collection.end(); ++iter) { IECRelationshipInstanceP instance = *iter; }
typedef IECRelationshipCollectionAdapter::const_iterator const_iterator |
Default constructor.
ECRelationshipIterable | ( | IECRelationshipCollectionAdapter * | collection | ) |
Constructor that takes another collection.
[in] | collection | The collection to make an ECInstanceIterable out of |
const_iterator begin | ( | ) | const |
returns the beginning of this collection
bool empty | ( | ) | const |
returns whether the collection is empty or not
const_iterator end | ( | ) | const |
returns the end of the collection
bool IsNull | ( | ) | const |
returns whether the collection is Null