RecordFactory

Record factory Used to construct and handle DART recorder

Constructors

this
this()
Undocumented in source.
this
this(HashNet net)
Undocumented in source.

Members

Classes

Recorder
class Recorder

Recorder to recorder (REMOVE, ADD) actions while can be executed by the modify method

Functions

recorder
Recorder recorder()

Creates an empty Recorder

recorder
Recorder recorder(const(Document) doc)

Creates an Recorder from a document

recorder
Recorder recorder(Recorder.Archives archives)

Creates a Recorder base on an existing archive list

recorder
Recorder recorder(R range, Archive.Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
uniqueRecorder
immutable(Recorder) uniqueRecorder(const(Document) doc)

Same as recorder but produce an immutable recorder

Manifest constants

order_remove_add
enum order_remove_add;
Undocumented in source.

Static functions

opCall
RecordFactory opCall(HashNet net)
Undocumented in source. Be warned that the author may not have intended to support it.
uniqueRecorder
immutable(Recorder) uniqueRecorder(Recorder rec)

This function should be use with care (rec should only be allocate once) * Params: rec = is set to null after

Variables

net
HashNet net;
Undocumented in source.

Meta