ToStringVisitor

Undocumented in source.

Members

Functions

visit
T visit(double v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(string v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(document v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(const(bson_value)[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(ubyte tag, ubyte[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(ObjectId v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(UtcTimestamp v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(typeof(null) )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(RegEx v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(Javascript v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(Undefined )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(Timestamp v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
T visit(Decimal128 v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta