1
1
This commit was SVN r678.
Этот коммит содержится в:
David Daniel 2004-02-10 14:34:18 +00:00
родитель 734fe9f39c
Коммит c4fb788f04

Просмотреть файл

@ -10,10 +10,9 @@
* *
* A class consists of a struct and singly-instantiated "class info" * A class consists of a struct and singly-instantiated "class info"
* descriptor. The first element of the struct must be the parent * descriptor. The first element of the struct must be the parent
* class. The class descriptor together with a single instance of a * class's struct. The class descriptor must be given a well-known
* class descriptor with a well-known name based upon the class struct * name based upon the class struct name: If the struct is sally_t,
* name: If the struct is sally_t, the class info descriptor should be * the class info descriptor should be xxx_t_class_info.
* xxx_t_class_info
* *
* (a) To define a class * (a) To define a class
* *