Struct cretonne_codegen::bforest::SetForest[][src]

pub struct SetForest<K, C> where
    K: Copy,
    C: Comparator<K>, 
{ /* fields omitted */ }

Memory pool for a forest of Set instances.

Methods

impl<K, C> SetForest<K, C> where
    K: Copy,
    C: Comparator<K>, 
[src]

Create a new empty forest.

Clear all sets in the forest.

All Set instances belong to this forest are invalidated and should no longer be used.

Auto Trait Implementations

impl<K, C> Send for SetForest<K, C> where
    K: Send

impl<K, C> Sync for SetForest<K, C> where
    K: Sync