pylist++ Code
A C++ wrapper over std::vector that makes it more like Python's lists.
Brought to you by:
kirbyfan64sos
| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE_1_0.txt | 2013-07-09 |
|
[ba24de] Added license, readme |
| README.md | 2013-07-09 |
|
[ba24de] Added license, readme |
| list.hpp | 2013-07-08 |
|
[b4702a] Initial commit |
| list_example.cpp | 2013-07-09 |
|
[ba24de] Added license, readme |
A C++ wrapper over std::vector that makes it more like Python's lists. A work in progress!
Note: I am working on documentation, but stupid Doxygen doesn't want to cooperate.
Not that I expected anything else. :)