Some methods to define the class instance, they are derived from the parent (SliceO) class:
|
Private: |
m_class_a (unsigned short)
|
The exact meaning of the content of "A" depend on the class:
|
||
|
Public: |
Return the value of the "m_class_a" variable.
|
|||
|
Set the value of the "m_class_a" variable.
|
||||
|
Private: |
m_class_b (unsigned short)
|
The exact meaning of content of "B" depend on the class:
|
||
|
Public: |
Return the value of the "m_class_b" variable.
|
|||
|
Set the value of the "m_class_b" variable.
|
|
Private: |
m_name (char *)
|
Name of the class instance |
|
Public: |
|
Return the name of the class instance |
|
|
Assign a name to the class instance |