Swig Starter Kit 0.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Swig Starter Kit 0.0.2 (Default branch)
# 1  
Old 12-02-2008
Swig Starter Kit 0.0.2 (Default branch)

Swig Starter Kit provides a simple set of examples for integrating C++ and various scripting languages using SWIG. Currently, Lua is the only target language supported. License: MIT/X Consortium License Changes:
Examples were added for C++ template instantiations (including the STL) and their use from the scripting language. Also, minor code and building updates were done. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Module::Starter::Plugin::DirStore(3pm)			User Contributed Perl Documentation		    Module::Starter::Plugin::DirStore(3pm)

NAME
Module::Starter::Plugin::DirStore -- module template files in a directory VERSION
version 0.144 SYNOPSIS
use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::DirStore ... ); Module::Starter->create_distro( ... ); DESCRIPTION
This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the "templates" method, required by the Template plugin. The "DirStore" plugin stores all the required templates as files in a directory. METHODS
"templates" This method reads in the template files and populates the object's "templates" attribute. The module template directory is found by checking the MODULE_TEMPLATE_DIR environment variable and then the config option "template_dir". AUTHOR
Ricardo SIGNES, "<rjbs@cpan.org>" Bugs Please report any bugs or feature requests to "bug-module-starter-plugin-inlinestore@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT
Copyright 2004 Ricardo SIGNES, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-12-23 Module::Starter::Plugin::DirStore(3pm)