hoppy-std-0.3.0: C++ FFI generator - Standard library bindings

Safe HaskellNone
LanguageHaskell2010

Foreign.Hoppy.Generator.Std

Description

Bindings for std that aren't in other modules.

Synopsis

Documentation

data ValueConversion Source #

Specifies how values in a collection should be converted when converting the collection as a whole.

Constructors

ConvertPtr

A C++ value of type t will convert to a foreign value of type ptrT t.

ConvertValue

A C++ value of type t will convert to a foreign value of type t. For an object type (objT), the class must have conversions (ClassConversion).

mod_std :: Module Source #

Include std::string.

c_string :: Class Source #

std::string