mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-27 17:22:11 +00:00
34 lines
569 B
Plaintext
Executable File
34 lines
569 B
Plaintext
Executable File
|
|
2. add new ptr_map typedefs
|
|
|
|
3. remove ptr_map iterators description
|
|
|
|
4. ptr_map definition
|
|
|
|
5. small usage exmaple with each class
|
|
|
|
7. update concept for clonable: typeid(x) == typeid(clone)
|
|
|
|
8. use static class hierarchy to ease navigation
|
|
|
|
9. guidelines on good OO programming:
|
|
|
|
1. base classes abstract
|
|
|
|
2. make virtuals private
|
|
|
|
3. derive from boost::copyable
|
|
|
|
4. don't allow nulls if you can avoid it, Null Object
|
|
|
|
10. update tutorial to show boost::assign link
|
|
|
|
11. should find_key() be added to ptr_map?
|
|
|
|
12. serialization
|
|
|
|
13. no exceptions
|
|
|
|
|
|
|
|
|