clang.Util

Members

Aliases

Set
alias Set(T) = void[0][T]
Undocumented in source.

Classes

NamedTempFileException
class NamedTempFileException
Undocumented in source.

Functions

add
void add(void[0][T] self, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(void[0][T] self, void[0][T] set)
Undocumented in source. Be warned that the author may not have intended to support it.
asAbsNormPath
string asAbsNormPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
clangVersion
Version clangVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
clangVersionString
string clangVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
Set!T clone(void[0][T] self)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(inout(void[0][T]) set, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
createGUID
string createGUID()
Undocumented in source. Be warned that the author may not have intended to support it.
namedTempFile
File namedTempFile(string prefix, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
setFromList
auto setFromList(T[] list)
Undocumented in source. Be warned that the author may not have intended to support it.
strToCArray
immutable(char*)* strToCArray(string[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
toCArray
U* toCArray(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
toD
string toD(CXString cxString)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

CX
mixintemplate CX()
Undocumented in source.

Structs

Version
struct Version
Undocumented in source.

Templates

cxName
template cxName(T)
Undocumented in source.
isCX
template isCX(T)
Undocumented in source.

Meta

Authors

Jacob Carlborg

Version

Initial created: Oct 1, 2011