logo

const class

haven::ObjTable

sys::Obj
  haven::ObjTable

ObjTable is a table of objects in the haven database.

Slots

haven

const HavenService haven

The haven instance that owns this table.

Source

make

new make(HavenService haven, Type objType)

Source

objType

const Type objType

The type of the objects in this table.

Source