Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bindings for std::list
.
Documentation
Options for instantiating the list classes.
Options | |
|
defaultOptions :: Options Source #
The default options have no additional ClassFeature
s.
A set of instantiated list classes.
Contents | |
|
instantiate :: String -> Type -> Reqs -> Contents Source #
instantiate className t tReqs
creates a set of bindings for an
instantiation of std::list
and associated types (e.g. iterators). In the
result, the c_list
class has an external name of className
, and the
iterator classes are further suffixed with "Iterator"
and
"ConstIterator"
respectively.
instantiate' :: String -> Type -> Reqs -> Options -> Contents Source #
instantiate
with additional options.