Angelscript addon Template Containers
1.0
STL container powerr for Angelscript
|
Angelscript addon: Template containers brings your old c++ friends, the STL containers to angelscript with quite a friendly and powerful interface.
These container types are provided:
All containers can store primitives, objects or handles.
You can make template specializations of containers of your favourite c++ classes for extra performance.
Most function names are the same as in STL containers.
Easy to install and use, like the rest of the angelscript addons.
Check out this manual for:
The actual doxygen class list on the left probably isn't very useful because it only tells you about the c++ implementation, which is an abomination made up of templates of templates of stl templates. If you are looking for the script interface, you can find it here Script Interface