Filter::Clone

Filter::Clone
virtual Filter* Clone(MemoryHeap * heap = 0) const = 0;
Description

Clone creates a new, un-frozen copy of the filter.

Parameters
Parameters 
Description 
MemoryHeap * heap = 0 
The memory heap for the filter. 
Return Value

The created Filter.