repos
/
smoke
/ annotate_shade
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
|
annotate
|
headblob
|
headfilediff
|
filehistory
normal
|
plain
|
shade
|
zebra
initial import
Annotate for file /src/objects/instance.lisp
2009-04-05 tobias
1
(in-package #:smoke)
15:36:29 '
2
'
3
(defclass object (smoke-class)
'
4
((pointer :reader pointer :initarg :pointer
'
5
:initform (null-pointer)
'
6
:documentation "Pointer to the C++ object."))
'
7
(:documentation "A Smoke CPP object"))