Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8230033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:59:56+00:00 2026-06-07T16:59:56+00:00

I am trying to use CoreFoundataion containers. It seems to be a really convenient

  • 0

I am trying to use CoreFoundataion containers. It seems to be a really convenient way when accessing property list. However, I notice that it’s really awkward to access internal containers if the container is nested
(for example, A CFArrayRef contains a CFDictionaryRef, which then has a key whose value is another CFArrayRef. Maybe a graph below demonstrate a little better).

CFArrayRef a

    |----CFDictionaryRef b (assume it's at index 2 of a)

                  |----CFArrayRef c (assume, they key value is "array")

So let’s say we got an CFArrayRef a
And I want to access the element at CFIndex 0 in CFArrayRef c

I have to type something like this:

CFArrayGetValueAtIndex((CFArrayRef)CFDictionaryGetValue((CFDictionaryRef)CFArrayGetValueAtIndex(a, 2), CFSTR("array")), 0)

That looks to me is a lot of typing. My guess is that CoreFoundation is based on C rather than C++, so it doesn’t provide operator overloading like “[]” to access its element.

Is there a way to make this access easier on typing (maybe for reading as well?)

I am using C++, i am considering overload the operator “[]” for certain CFTypeRef (such as CFArrayRef, CFDictionaryRef, CFStringRef), not sure if it’s a good idea.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T16:59:57+00:00Added an answer on June 7, 2026 at 4:59 pm

    As you noted the Core Foundation API is a C API, so there is no [] operator to overload. You basically have 3 choices:

    1. write C on multiple lines to solve the readability issue
    2. write C++ wrappers if you really want to use C++
    3. use Objective-C if you already have some, all of the types you are mentioning here are “toll-free”

    I’d say stick with 1.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a regex that I'm trying use to validate against strings. Trying to
I have a 3rd party DLL that I am trying to use in a
I'm trying use an object which wasn't available until SDK level 5. It seems
I'm trying use the modulo operator (%) on long longs, and it seems to
I am trying use the jQuery table sorter plugin for a table that is
Trying to use WMI to obtain a list of installed programs for Windows XP.
I am trying use the mysql connector in c++ in ubuntu. It appears that
I was trying use the code shown below to plot in such a way
I am trying use the django ORM to get a list by year of
i'm trying use facebook API to upload photo in my fan page. I downloaded

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.