|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Container of link views with iterator. More...
#include <ocf/oclink.h>
Additional Inherited Members | |
Public Types inherited from owl::TTypedArray< T, R, A > | |
| typedef void(* | IterFunc) (R, void *) |
| typedef bool(* | CondFunc) (R, void *) |
| typedef TPtrArrayIterator< R, TTypedArray< T, R, A > > | Iterator |
| typedef Iterator | iterator |
Static Public Attributes inherited from owl::TArrayBase | |
| static const int | NPOS = -1 |
Protected Member Functions inherited from owl::TTypedArray< T, R, A > | |
| void | Resize (int delta) |
| void | Remove (int index) |
Protected Attributes inherited from owl::TTypedArray< T, R, A > | |
| T * | Data |
Protected Attributes inherited from owl::TArrayBase | |
| uint | ItemCnt |
| uint | Reserved |
| ocf::TOcLinkCollection::TOcLinkCollection | ( | ) |
Definition at line 471 of file oclink.cpp.
| ocf::TOcLinkCollection::~TOcLinkCollection | ( | ) |
Definition at line 478 of file oclink.cpp.
References Clear().
|
inline |
| void ocf::TOcLinkCollection::Clear | ( | ) |
Release Views in the collection.
DR why do we want to keep data after a clear? Remove it.
Definition at line 487 of file oclink.cpp.
References Count(), and owl::TTypedArray< T, R, A >::Detach().
| int ocf::TOcLinkCollection::Detach | ( | TOcLinkView *const & | view, |
| int | del = 0 ) |
Definition at line 500 of file oclink.cpp.
References owl::TTypedArray< T, R, A >::Detach(), and Find().
| TOcLinkView * ocf::TOcLinkCollection::Find | ( | owl::TString const | moniker | ) | const |
Definition at line 512 of file oclink.cpp.
|
inline |