Giter Site home page Giter Site logo

Comments (4)

macmade avatar macmade commented on June 10, 2024

FromPropertyList takes a path. You can use FromPropertyListString, which takes a std::string, when you have the property list data.

Note that CF::Data declares a cast operator for std::string, so you can simply:

CF::Dictionary::FromPropertyListString( CF::Data( cfDataObject ) );

Declaring a specific overload would cause some ambiguity between CF::Data and std::string.
That being said, FromPropertyListData could be OK.

from cfpp.

gregzo avatar gregzo commented on June 10, 2024

Thanks for the tip regarding the cast operator, nice!

Looking at the implementation, wouldn't this imply a lot of to and froing ? CF::Data to std::string when casting, then in the implementation of FromPropertyList( std::string ), from the string back to CF::Data?

from cfpp.

macmade avatar macmade commented on June 10, 2024

Yup, sure...

I think I'll go with FromPropertyListData, as this will be straightforward and will remove the ambiguity.

from cfpp.

macmade avatar macmade commented on June 10, 2024

Added in b485abc.

from cfpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.