Skip to main content

Module set

Module set 

Source
Expand description

Set type for Foundation.

Corresponds to Foundation/NSSet.hpp.

§C++ Equivalent

namespace NS {
class Set : public NS::Copying<Set> {
public:
    UInteger count() const;
    Enumerator<Object>* objectEnumerator() const;
    static Set* alloc();
    Set* init();
    Set* init(const Object* const* pObjects, UInteger count);
    Set* init(const class Coder* pCoder);
};
}

Structs§

Set
An Objective-C set object.