Begin stubbing in of stl container bootstrapping. Vectors are partially implemented

This commit is contained in:
Jason Turner
2009-05-30 15:50:23 +00:00
parent 280ec06a8c
commit 4585f22a58
2 changed files with 67 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "boxedcpp.hpp"
#include "bootstrap.hpp"
#include "bootstrap_stl.hpp"
struct Test
{
@@ -89,6 +90,7 @@ int main()
{
BoxedCPP_System ss;
bootstrap(ss);
bootstrap_vector<std::vector<int> >(ss);
dump_system(ss);
//Calling a function by name and allowing the built in dispatch mechanism to