9#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H
10#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H
26 const void *
GetValue(
const void *value)
const;
27 const void *
AddValue(
const void *value,
bool can_create);
CFIndex GetCountOfValue(const void *value) const
const CFCMutableSet & operator=(const CFCMutableSet &rhs)
const void * GetValue(const void *value) const
void RemoveValue(const void *value)
CFCMutableSet(const CFCMutableSet &rhs)
const void * AddValue(const void *value, bool can_create)
~CFCMutableSet() override