File: sec_external.js

package info (click to toggle)
freemat 4.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 141,800 kB
  • ctags: 14,082
  • sloc: ansic: 126,788; cpp: 62,046; python: 2,080; perl: 1,255; sh: 1,146; yacc: 1,019; lex: 239; makefile: 100
file content (40 lines) | stat: -rw-r--r-- 1,695 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
var sec_external =
[
    [ "CENUM Lookup Enumerated C Type", "external_cenum.html", [
      [ "", "external_cenum.html#Usage", null ]
    ] ],
    [ "CTYPECAST Cast FreeMat Structure to C Structure", "external_ctypecast.html", [
      [ "", "external_ctypecast.html#Usage", null ]
    ] ],
    [ "CTYPEDEFINE Define C Type", "external_ctypedefine.html", [
      [ "", "external_ctypedefine.html#Usage", null ]
    ] ],
    [ "CTYPEFREEZE Convert FreeMat Structure to C Type", "external_ctypefreeze.html", [
      [ "", "external_ctypefreeze.html#Usage", null ]
    ] ],
    [ "CTYPENEW Create New Instance of C Structure", "external_ctypenew.html", [
      [ "", "external_ctypenew.html#Usage", null ]
    ] ],
    [ "CTYPEPRINT Print C Type", "external_ctypeprint.html", [
      [ "", "external_ctypeprint.html#Usage", null ]
    ] ],
    [ "CTYPEREAD Read a C Structure From File", "external_ctyperead.html", [
      [ "", "external_ctyperead.html#Usage", null ]
    ] ],
    [ "CTYPESIZE Compute Size of C Struct", "external_ctypesize.html", [
      [ "", "external_ctypesize.html#Usage", null ]
    ] ],
    [ "CTYPETHAW Convert C Struct to FreeMat Structure", "external_ctypethaw.html", [
      [ "", "external_ctypethaw.html#Usage", null ]
    ] ],
    [ "CTYPEWRITE Write a C Typedef To File", "external_ctypewrite.html", [
      [ "", "external_ctypewrite.html#Usage", null ]
    ] ],
    [ "IMPORT Foreign Function Import", "external_import.html", [
      [ "", "external_import.html#Usage", null ],
      [ "", "external_import.html#Example", null ]
    ] ],
    [ "LOADLIB Load Library Function", "external_loadlib.html", [
      [ "", "external_loadlib.html#Usage", null ]
    ] ]
];