retdec
|
#include <container.h>
Public Member Functions | |
NonIterableSet () | |
NonIterableSet (std::initializer_list< Elem > il) | |
void | clear () |
std::pair< Elem, bool > | insert (const Elem &val) |
bool | has (const Elem &val) const |
bool | hasNot (const Elem &val) const |
Protected Attributes | |
std::set< Elem > | _data |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |