| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Foreign.Hoppy.Generator.Std.UnorderedSet
Description
Bindings for std::unordered_set.
Documentation
Options for instantiating the set classes.
Constructors
| Options | |
Fields
| |
defaultOptions :: Options Source #
The default options have no additional ClassFeatures.
A set of instantiated set classes.
Constructors
| Contents | |
Fields
| |
instantiate :: String -> Type -> Reqs -> Contents Source #
instantiate className t tReqs creates a set of bindings for an
instantiation of std::unordered_set and associated types (e.g. iterators). In the
result, the c_set class has an external name of className, and the
iterator class is further suffixed with "Iterator".
instantiate' :: String -> Type -> Reqs -> Options -> Contents Source #
instantiate with additional options.