clang-pure-0.1.0.0: Pure C++ code analysis with libclang

Safe HaskellNone
LanguageHaskell2010

Language.C.Clang

Contents

Synopsis

Index

Utilities

class Clang n

Minimal complete definition

deref, unsafeToPtr

newtype ClangOrd a

The Eq instance for Clang types checks structural equality, i.e. whether they represent the same object in the translation unit.

Wrapping values in this type provides Eq and Ord instances based on reference equality.

Constructors

ClangOrd 

Fields

getOrdered :: a
 

Instances

Clang a => Eq (ClangOrd a) 
Clang a => Ord (ClangOrd a)