Aspose::Pub::Utils::Set class
Set class
Designed to represent sets of type specified.
template<typename T>class Set : public System::Collections::Generic::List<T>
Parameter | Description |
---|---|
T | type of set |
Methods
Method | Description |
---|---|
Add(const T&) override | Adds element to the end of list. |
Set() | |
Set(System::ArrayPtr<T>) | |
SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
See Also
- Class List
- Namespace Aspose::Pub::Utils
- Library Aspose.PUB for C++