The (Super) Simple Type System

Table of contents

  • Index (You are here)
  • Terminology
  • Inheritance
  • Object types:
  • SBaseObjectInstance
  • SError
  • SMap
  • About

    The (Super) Simple Type System is an experiment that was created my Gustav Hartvigsson 2013. It was an attempt to create a simple type system in C modelled after the GLib/GObject type system but with the intent to be simpler.

    Some of the fetures that the author thought were missing in GObject a to_string method[*] in every object.