| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IGraph.Internal.Attribute
Documentation
Arguments
| :: CString | name of the attribute |
| -> BSVector | values of the attribute |
| -> AttributeRecord |
data AttributeRecord Source #
Constructors
| AttributeRecord CString Int BSVector |
Instances
| Storable AttributeRecord Source # | |
Methods sizeOf :: AttributeRecord -> Int # alignment :: AttributeRecord -> Int # peekElemOff :: Ptr AttributeRecord -> Int -> IO AttributeRecord # pokeElemOff :: Ptr AttributeRecord -> Int -> AttributeRecord -> IO () # peekByteOff :: Ptr b -> Int -> IO AttributeRecord # pokeByteOff :: Ptr b -> Int -> AttributeRecord -> IO () # peek :: Ptr AttributeRecord -> IO AttributeRecord # poke :: Ptr AttributeRecord -> AttributeRecord -> IO () # | |
igraphHaskellAttributeHasAttr :: IGraph -> AttributeElemtype -> String -> IO Bool Source #