Chain.this

Construct a chain of up to four filters. The filters are set up in the same order as the arguments.

  1. this(Filter f1, Filter f2, Filter f3, Filter f4)
    class Chain
    public
    this
    (
    Filter f1 = null
    ,
    Filter f2 = null
    ,
    Filter f3 = null
    ,
    Filter f4 = null
    )
  2. this(Filter* filter_arr, size_t length)

Meta