9#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H
10#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H
32 bool can_create =
true);
37 CFStringEncoding encoding = kCFStringEncodingUTF8,
38 bool can_create =
true);
40 bool can_create =
true);
bool AppendFileSystemRepresentationAsCFString(const char *s, bool can_create=true)
CFCMutableArray(const CFCMutableArray &rhs)
bool SetValueAtIndex(CFIndex idx, const void *value)
bool AppendCStringAsCFString(const char *cstr, CFStringEncoding encoding=kCFStringEncodingUTF8, bool can_create=true)
CFIndex GetCountOfValue(const void *value) const
const void * GetValueAtIndex(CFIndex idx) const
~CFCMutableArray() override
bool AppendValue(const void *value, bool can_create=true)
CFCMutableArray & operator=(const CFCMutableArray &rhs)