A collection of parameter sets. More...
#include <ParametricModeling.h>
Public Types | |
typedef VirtualCollectionIterator < IParameterSetIterator > | const_iterator |
Public Member Functions | |
DGNPLATFORM_EXPORT const_iterator | begin () const |
Returns an iterator to the first parameter set in this collection. More... | |
DGNPLATFORM_EXPORT const_iterator | end () const |
Returns an iterator pointing one past the last parameter set in this collection. More... | |
DGNPLATFORM_EXPORT IParameterSetPtr | FindByName (WCharCP name) const |
Attempts to retrieve a parameter set within this collection by name. More... | |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
UInt32 | AddRef () const |
UInt32 | Release () const |
RefCounted () | |
RefCounted (RefCounted const &rhs) | |
RefCounted & | operator= (RefCounted const &rhs) |
UInt32 | GetRefCount () const |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
![]() | |
NonCopyableClass () | |
~NonCopyableClass () | |
A collection of parameter sets.
DGNPLATFORM_EXPORT const_iterator begin | ( | ) | const |
Returns an iterator to the first parameter set in this collection.
DGNPLATFORM_EXPORT const_iterator end | ( | ) | const |
Returns an iterator pointing one past the last parameter set in this collection.
DGNPLATFORM_EXPORT IParameterSetPtr FindByName | ( | WCharCP | name | ) | const |
Attempts to retrieve a parameter set within this collection by name.