STD.UniquePtr.TH
t_newUniquePtr0 :: Type -> String -> Q Exp Source #
t_newUniquePtr :: Type -> String -> Q Exp Source #
t_get :: Type -> String -> Q Exp Source #
t_release :: Type -> String -> Q Exp Source #
t_reset :: Type -> String -> Q Exp Source #
t_deleteUniquePtr :: Type -> String -> Q Exp Source #
genUniquePtrInstanceFor :: IsCPrimitive -> (Q Type, TemplateParamInfo) -> Q [Dec] Source #