ServerProtocol

Undocumented in source.

Constructors

this
this(Element el)
Undocumented in source.

Members

Functions

writeCode
void writeCode(SourceFile sf, Options opt)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNativeIfacesAssignment
void writeNativeIfacesAssignment(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
writePrivIfaces
void writePrivIfaces(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

svGlobalIfaces
auto svGlobalIfaces [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
svIfaces
auto svIfaces [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
svIfacesWithRq
auto svIfacesWithRq [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Protocol

name
string name;
Undocumented in source.
copyright
string copyright;
Undocumented in source.
ifaces
Interface[] ifaces;
Undocumented in source.
writeCode
void writeCode(SourceFile sf, Options opt)
Undocumented in source.
writePrivIfaces
void writePrivIfaces(SourceFile sf)
Undocumented in source.
writeNativeIfacesAssignment
void writeNativeIfacesAssignment(SourceFile sf)
Undocumented in source.
isLocalIface
bool isLocalIface(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
writeHeader
void writeHeader(SourceFile sf, Options opt)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNativeIfaces
void writeNativeIfaces(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
writePrivMsgTypes
void writePrivMsgTypes(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta