Structures used by the breve Object API

The following structures are used by the breve Object API. These structures are passed to the frontend language callback functions. See the file kernel/breveObjectAPI.h and its documentation for a full description of these structs.

  • brObjectType: information and callbacks for a language frontend

  • brObject: a class in any frontend language

  • brInstance: an instance in any frontend language

  • brMethod: information about a method in an object

You should also familiarize yourself with the brEval structure and types which are described in [link].