STD.SharedPtr.TH
t_newSharedPtr0 :: Type -> String -> Q Exp Source #
t_newSharedPtr :: Type -> String -> Q Exp Source #
t_get :: Type -> String -> Q Exp Source #
t_reset :: Type -> String -> Q Exp Source #
t_use_count :: Type -> String -> Q Exp Source #
t_deleteSharedPtr :: Type -> String -> Q Exp Source #
genSharedPtrInstanceFor :: IsCPrimitive -> (Q Type, TemplateParamInfo) -> Q [Dec] Source #