rc.handler

Undocumented in source.

Members

Functions

rcMake
auto rcMake(A args)
rcMakeArray
auto rcMakeArray(A args)
rcMakeNamed
auto rcMakeNamed(string name, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
rcMakeNamedArray
auto rcMakeNamedArray(string name, A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

RCArray
struct RCArray(T)
RCObject
struct RCObject(T)

Templates

isRCType
template isRCType(T)

true if T is RCObject or RCArray

Meta