| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassXMLParser
- delete :: HG3DClass -> IO ()
- initialise :: HG3DClass -> IO Bool
- cleanup :: HG3DClass -> IO ()
- getIdentifierString :: HG3DClass -> IO String
- delete'_ :: HG3DClassPtr -> IO ()
- initialise'_ :: HG3DClassPtr -> Ptr CInt -> IO ()
- cleanup'_ :: HG3DClassPtr -> IO ()
- getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
Documentation
Arguments
| :: HG3DClass | classpointer - pointer of Class instance which is going to be deleted. |
| -> IO () |
XMLParser
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO Bool |
Cleans up the XMLParser - Details: Note that this calls the protected abstract method cleanupImpl, which should
be provided in your implementation to perform any required cleanup.
Initialises the XMLParser - Details: Note that this calls the protected abstract method initialiseImpl, which should
be provided in your implementation to perform any required initialisation.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO () |
Return identification string for the XML parser module. If the internal id string has not been set by the XML parser module creator, a generic string of Unknown XML parser will be returned.
delete'_ :: HG3DClassPtr -> IO ()Source
initialise'_ :: HG3DClassPtr -> Ptr CInt -> IO ()Source
cleanup'_ :: HG3DClassPtr -> IO ()Source
getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()Source