Struct cretonne_codegen::bforest::MapForest[][src]

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

Memory pool for a forest of Map instances.

Methods

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

Create a new empty forest.

Clear all maps in the forest.

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

Auto Trait Implementations

impl<K, V, C> Send for MapForest<K, V, C> where
    K: Send,
    V: Send

impl<K, V, C> Sync for MapForest<K, V, C> where
    K: Sync,
    V: Sync