autowrap.csharp.common

Undocumented in source.

Public Imports

std.datetime
public import std.datetime : DateTime, SysTime, Date, TimeOfDay, Duration;
std.range.primitives
public import std.range.primitives;
std.traits
public import std.traits : Unqual;

Members

Enums

isDateTimeArrayType
eponymoustemplate isDateTimeArrayType(T)
Undocumented in source.
isDateTimeType
eponymoustemplate isDateTimeType(T)
Undocumented in source.

Functions

camelToPascalCase
string camelToPascalCase(string camel)
Undocumented in source. Be warned that the author may not have intended to support it.
getDLangInterfaceName
string getDLangInterfaceName(string moduleName, string aggName, string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.
getDLangInterfaceName
string getDLangInterfaceName(string fqn, string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.
getDLangSliceInterfaceName
string getDLangSliceInterfaceName(string fqn, string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

isFunctionType
template isFunctionType(T)
Undocumented in source.
isSupportedType
template isSupportedType(T)
Undocumented in source.
isSupportedTypes
template isSupportedTypes(T...)
Undocumented in source.
numDefaultArgs
template numDefaultArgs(alias func)
Undocumented in source.
verifySupported
template verifySupported(T)
Undocumented in source.

Variables

excludedMethods
enum string[] excludedMethods;
Undocumented in source.

Meta