FDO API Reference Feature Data Objects

template<class OBJ, class EXC>
virtual bool FdoNamedCollection< OBJ, EXC >::Contains const OBJ *  value  )  const [inline, virtual]
 

Returns true if the collection contains the specified item, false otherwise.

Parameters:
value Input value
Returns:
Returns true if the collection contains the specified item, false otherwise
trigger the building of a map when the collection reaches the threshold size.

If map is built, use it since it is faster.

Reimplemented from FdoCollection< OBJ, EXC >.

Definition at line 276 of file NamedCollection.h.


Comments or suggestions? Send us feedback.