Giter VIP home page Giter VIP logo

arxsmartptr's Introduction

Top Langs github stats

arxsmartptr's People

Contributors

hideakitai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

arljba

arxsmartptr's Issues

Compatibility issue with SimpleCollections

Hello,

Super appreciate someone taking the time to port over the shared_ptr construct into Arduino space. Want to first just say a big THANK YOU for doing this - it's been needed for some time.

As I'm working with trying to replicate some of the more common dev environments we find in more modern languages, mixing SimpleCollections and SharedPointers seems like a no-brainer.

Anyways, the declaration is:

tccollection::BtreeList<String, arx::stdx::shared_ptr<BaseObject>> _objects;

And error is:

the object has type qualifiers that are not compatible with the member function "tccollection::BtreeList<K, V>::getByKey [with K=String, V=arx::stdx::shared_ptr<BaseObject>]"C/C++(1086)
BaseObject.cpp(488, 25): object type is: const tccollection::BtreeList<String, arx::stdx::shared_ptr<BaseObject>>

Seems that the function from SimpleCollections, for this getByKey method is as follows:

V *getByKey(K key) { return reinterpret_cast<V *>(treeStorage.getByKey(key)); };

(Template type V is value type, K is key type)

So I believe the issue is that because it's trying to reinterpret_cast< shared_ptr * > it's basically failing out.

I noticed that you have reinterpret_pointer_cast (and static, dynamic, etc) that is used instead, and I think that is where this is originating from.

I can also open this issue up on SimpleCollections but I figured I would start with shared_ptrs since it's definitely a more complex case.

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.