"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/Examples/guile/README" (30 Nov 2022, 586 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 This directory contains examples for Guile.
    2 
    3 constants   -- handling #define and %constant literals
    4 class       -- classic c++ class example
    5 matrix      -- a very simple Matrix example
    6 multimap    -- typemaps with multiple sub-types
    7 multivalue  -- using the %values_as_list directive
    8 port        -- scheme ports as temporary FILE streams
    9 simple      -- the simple example from the user manual
   10 std_vector  -- C++ STL vector<int> and vector<double>
   11 
   12 
   13 Note that the examples in this directory build a special version of
   14 Guile which includes the wrapped functions in the top-level module.
   15