CModuleX

Mixin of methods for creating semantic C content.

Members

Functions

ELIF
auto ELIF(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
ELSE
auto ELSE()
Undocumented in source. Be warned that the author may not have intended to support it.
IF
auto IF(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
IFDEF
auto IFDEF(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
IFNDEF
auto IFNDEF(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
_
auto _()

Access to self.

base
auto base()
Undocumented in source. Be warned that the author may not have intended to support it.
break_
auto break_()
Undocumented in source. Be warned that the author may not have intended to support it.
case_
auto case_(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
auto comment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
continue_
auto continue_()
Undocumented in source. Be warned that the author may not have intended to support it.
default_
auto default_()
Undocumented in source. Be warned that the author may not have intended to support it.
define
auto define(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
define
auto define(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
do_while
auto do_while(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
else_
auto else_()
Undocumented in source. Be warned that the author may not have intended to support it.
else_if
auto else_if(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
for_
auto for_(string init, string cond, string next)
Undocumented in source. Be warned that the author may not have intended to support it.
func
auto func(string return_type, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
func
auto func(string return_type, string name, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
func_body
auto func_body(string return_type, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
func_body
auto func_body(string return_type, string name, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
goto_
auto goto_(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
if_
auto if_(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
include
auto include(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
label
auto label(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
return_
auto return_(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
stmt
auto stmt(string stmt_, Flag!"addSep" separator)
Undocumented in source. Be warned that the author may not have intended to support it.
struct_
auto struct_(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
suite
auto suite(string headline, Flag!"addSep" separator)
Undocumented in source. Be warned that the author may not have intended to support it.
switch_
auto switch_(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
text
auto text(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
while_
auto while_(string cond)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Attrs
Undocumented in source.

Mixed In Members

From mixin Attrs

attrs
string[string] attrs;
Undocumented in source.
opIndex
auto opIndex(T kvs)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
auto opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta