Changes

Jump to navigation Jump to search
Line 869: Line 869:       −
Protected:
+
======Protected:======
 
Members declared as protected are accessible within the same class and in derived classes  
 
Members declared as protected are accessible within the same class and in derived classes  
 
Some functions are declared  
 
Some functions are declared  
Line 963: Line 963:  
At the end of the process the out arrays have been filled with the adjusted values from the input arrays. . . .
 
At the end of the process the out arrays have been filled with the adjusted values from the input arrays. . . .
    +
And these can be handled by the framework infrastructure to throw it at the next device down the chain.
   −
Private:
+
<br clear all>
 +
 
 +
======Private:======
 
Members declared as private are accessible only within the same class.
 
Members declared as private are accessible only within the same class.
 
They cannot be accessed by derived classes, objects of the class, or external code.
 
They cannot be accessed by derived classes, objects of the class, or external code.
1,112

edits

Navigation menu