hoppy-std-0.8.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).

Instances

Instances details
Bounded ValueConversion Source # 
Instance details

Defined in Foreign.Hoppy.Generator.Std

Enum ValueConversion Source # 
Instance details

Defined in Foreign.Hoppy.Generator.Std

Eq ValueConversion Source # 
Instance details

Defined in Foreign.Hoppy.Generator.Std

Ord ValueConversion Source # 
Instance details

Defined in Foreign.Hoppy.Generator.Std

Show ValueConversion Source # 
Instance details

Defined in Foreign.Hoppy.Generator.Std

mod_std :: Module Source #

Include std::string.

c_string :: Class Source #

std::string