Namespaces | |
| namespace | smjg.libs.d12comp |
Classes | |
| class | smjg.libs.d12comp.CArray< T > |
| General array. Defined as const(T)[] under D 2.x. More... | |
| class | smjg.libs.d12comp.CPtr< T > |
| General pointer. Defined as const(T)* under D 2.x. More... | |
| class | smjg.libs.d12comp.CArray< T > |
| General array. Defined as const(T)[] under D 2.x. More... | |
| class | smjg.libs.d12comp.CPtr< T > |
| General pointer. Defined as const(T)* under D 2.x. More... | |
Typedefs | |
| typedef bool | smjg::libs::d12comp.intBool |
| Data type returned by certain Phobos functions with boolean return semantics. | |
| typedef char[] | smjg::libs::d12comp.cstring |
| Character array. Defined as const(char)[] under D 2.x. | |
Functions | |
| smjg::libs::d12comp.mixin ("alias const(char)[] cstring;") | |
Variables | |
| const string | smjg::libs::d12comp.RETURN_THIS = "return this;" |
| Mixin to return the 'this' object from a struct member function. | |
1.5.4