Menu

#1 The pvData API does not use standard vector types

open
None
1
2013-11-26
2011-12-14
No

Feature request:

Change pvData API to use standard vector datatypes, std::vector and java.util.ArrayList. Replace internal implementations of dynamic arrays with std::vector and java.util.ArrayList.

pvData uses the standard string type in C++ and Java, it is also desirable to use the standard vector type to provide a familiar API and to move code into the standard library, reducing maintenance cost.

Discussion

  • Greg White

    Greg White - 2013-02-04
    • summary: Use standard vector types in pvData --> The pvData API does not use standard vector types
     
  • Marty Kraimer

    Marty Kraimer - 2013-11-26

    shared_vector is the solution to this problem.

     

Log in to post a comment.