basic wrapping of Annotations
authorDiane Trout <diane@caltech.edu>
Wed, 5 Sep 2007 01:41:39 +0000 (01:41 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 5 Sep 2007 01:41:39 +0000 (01:41 +0000)
commitc417e847eccd0af3bf9dfed0bc252115bbbf3d83
treeef96c6658e95c6c12fc6ea2aef730bb85259acf6
parent7a55c95eeeb792f89df39dc9375040dcbd415dfd
basic wrapping of Annotations
this provides at least basic member access for my annotations class,
it unfortunately doesn't properly handle iteratation yet though.
alg/annotations.hpp
py/CMakeLists.txt
py/annotations.cpp [new file with mode: 0644]
py/module.cpp
py/stl_container_adapter.hpp
py/test/TestAnnotations.py [new file with mode: 0644]