Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Rattletrap.Type.ClassAttributeMap

    No documentation available.

  2. type Bimap l r = (Map l r, Map r l)

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  3. data ClassAttributeMap

    rattletrap Rattletrap.Type.ClassAttributeMap

    This data structure holds all the information about classes, objects, and attributes in the replay. The class hierarchy is not fixed; it is encoded in the Content. Similarly, the attributes that belong to each class are not fixed either. Converting the raw data into a usable structure is tedious; see make.

  4. ClassAttributeMap :: Map U32 Str -> Map U32 U32 -> Map U32 (Map U32 U32) -> IntMap Str -> ClassAttributeMap

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  5. bimap :: (Ord l, Ord r) => [(l, r)] -> Bimap l r

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  6. getAttributeMap :: ClassAttributeMap -> Map CompressedWord U32 -> CompressedWord -> Maybe (Map U32 U32)

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  7. makeAttributeMap :: List Cache -> Map U32 (Map U32 U32)

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  8. makeClassMap :: List ClassMapping -> Bimap U32 Str

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  9. makeNameMap :: List Str -> IntMap Str

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

  10. makeObjectClassMap :: Map U32 Str -> Bimap U32 Str -> Map U32 U32

    rattletrap Rattletrap.Type.ClassAttributeMap

    No documentation available.

Page 1213 of many | Previous | Next