Actions
Task #4336
closedMake container APIs more consisent with C++ standard practices.
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/12/2017
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Description
All STL containers in the standard C++ libararies follow the same naming convention. Many containers defined in NLSR do not, which makes them unintuitive to use. Specifically, many containers implement a getSize()
method, but not size()
, where the latter is the C++ standard convention.
These containers should have APIs more closely resembling STL containers.
Actions