/
niceSOFT
/
swig
ОбзорДокументацияВойти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swig/
Examples/guile/
..
class

Remove use of preinst-swig script

11 лет назад
constants

Remove use of preinst-swig script

11 лет назад
matrix

Fix guile examples for C11 and later conformance

5 лет назад
multimap

Remove redundant NULL checks before free()/delete (#2184)

5 лет назад
multivalue

Misc. typos

8 лет назад
port

Remove use of preinst-swig script

11 лет назад
simple

Standardise Guile simple example

8 лет назад
std_vector

Remove use of std::bind2nd which is removed in C++17

7 лет назад
README

Migrate Guile examples build into common Examples makefile

13 лет назад
check.list

Alphabetise testing of examples

6 лет назад
README
This directory contains examples for Guile.
 
constants -- handling #define and %constant literals
class -- classic c++ class example
matrix -- a very simple Matrix example
multimap -- typemaps with multiple sub-types
multivalue -- using the %values_as_list directive
port -- scheme ports as temporary FILE streams
simple -- the simple example from the user manual
std_vector -- C++ STL vector<int> and vector<double>
 
 
Note that the examples in this directory build a special version of
Guile which includes the wrapped functions in the top-level module.