LLDB
mainline
|
#include <CFCMutableSet.h>
Public Member Functions | |
CFCMutableSet (CFMutableSetRef s=NULL) | |
CFCMutableSet (const CFCMutableSet &rhs) | |
~CFCMutableSet () override | |
const CFCMutableSet & | operator= (const CFCMutableSet &rhs) |
CFIndex | GetCount () const |
CFIndex | GetCountOfValue (const void *value) const |
const void * | GetValue (const void *value) const |
const void * | AddValue (const void *value, bool can_create) |
void | RemoveValue (const void *value) |
void | RemoveAllValues () |
Definition at line 14 of file CFCMutableSet.h.
CFCMutableSet::CFCMutableSet | ( | CFMutableSetRef | s = NULL | ) |
Definition at line 13 of file CFCMutableSet.cpp.
|
default |
|
overridedefault |
const void * CFCMutableSet::AddValue | ( | const void * | value, |
bool | can_create | ||
) |
Definition at line 50 of file CFCMutableSet.cpp.
References set().
CFIndex CFCMutableSet::GetCount | ( | ) | const |
Definition at line 29 of file CFCMutableSet.cpp.
References set().
CFIndex CFCMutableSet::GetCountOfValue | ( | const void * | value | ) | const |
Definition at line 36 of file CFCMutableSet.cpp.
References set().
const void * CFCMutableSet::GetValue | ( | const void * | value | ) | const |
Definition at line 43 of file CFCMutableSet.cpp.
References set().
const CFCMutableSet & CFCMutableSet::operator= | ( | const CFCMutableSet & | rhs | ) |
Definition at line 20 of file CFCMutableSet.cpp.
void CFCMutableSet::RemoveAllValues | ( | ) |
Definition at line 71 of file CFCMutableSet.cpp.
References set().
void CFCMutableSet::RemoveValue | ( | const void * | value | ) |
Definition at line 65 of file CFCMutableSet.cpp.
References set().