1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
ast2 cimport.html#ast2 Feature.ast2
Feature cimport.html#Feature cimport: Feature
cOverride cimport.html#cOverride.m cimport: cOverride(body): untyped
cSkipSymbol cimport.html#cSkipSymbol,seq[string] cimport: cSkipSymbol(skips: seq[string])
cPlugin cimport.html#cPlugin.m cimport: cPlugin(body): untyped
cPluginPath cimport.html#cPluginPath.m,static[string] cimport: cPluginPath(path: static[string]): untyped
cSearchPath cimport.html#cSearchPath,string cimport: cSearchPath(path: string): string
cDebug cimport.html#cDebug cimport: cDebug()
cDisableCaching cimport.html#cDisableCaching cimport: cDisableCaching()
cDefine cimport.html#cDefine.m,,string cimport: cDefine(name: static string; val: static string = ""): untyped
cAddSearchDir cimport.html#cAddSearchDir,string cimport: cAddSearchDir(dir: string)
cIncludeDir cimport.html#cIncludeDir.m cimport: cIncludeDir(dir: static string): untyped
cAddStdDir cimport.html#cAddStdDir,string cimport: cAddStdDir(mode = "c")
cCompile cimport.html#cCompile.m,,string,string cimport: cCompile(path: static string; mode = "c"; exclude = ""): untyped
cImport cimport.html#cImport.m,,string,string,string cimport: cImport(filenames: static seq[string]; recurse: static bool = false;\n dynlib: static string = ""; mode: static string = "c"; flags: static string = ""): untyped
cImport cimport.html#cImport.m,,string,string,string_2 cimport: cImport(filename: static string; recurse: static bool = false;\n dynlib: static string = ""; mode: static string = "c"; flags: static string = ""): untyped
c2nImport cimport.html#c2nImport.m,,string,string,string cimport: c2nImport(filename: static string; recurse: static bool = false;\n dynlib: static string = ""; mode: static string = "c"; flags: static string = ""): untyped
|