Class XXL::PerfectSet
Defined in File XXL.h
Nested Relationships
This class is a nested type of Class XXL.
Class Documentation
-
class PerfectSet
Public Functions
-
inline PerfectSet(std::size_t max)
-
inline std::size_t numElements() const
-
inline bool isElement(unsigned int val) const
-
inline bool addElement(unsigned int val)
-
inline int getElement(std::size_t idx) const
Protected Attributes
-
std::vector<bool> exists
-
std::vector<unsigned int> elements
-
inline PerfectSet(std::size_t max)