Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bindings for std::set
.
Documentation
Options for instantiating the set classes.
Options | |
|
defaultOptions :: Options Source #
The default options have no additional ClassFeature
s.
A set of instantiated set classes.
Contents | |
|
instantiate :: String -> Type -> Reqs -> Contents Source #
instantiate className t tReqs
creates a set of bindings for an
instantiation of std::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.