File: goops-classes.thi

package info (click to toggle)
theme-d 7.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,036 kB
  • sloc: lisp: 9,625; sh: 5,321; makefile: 715; ansic: 477
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
;; Copyright (C) 2016, 2021  Tommi Höynälänmaa

(define-interface (standard-library goops-classes)

  (import (standard-library core))

  (define-normal-goops-class <raw-goops-class> <class> <object> #t #f #f)

  (declare-simple-method get-raw-goops-class (<class>) <raw-goops-class> pure))