C++ Symbology
These are the symbols used in the Knowledge Namespace pages. They will allow you to identify the meaning of each one.
Important: This is not a tutorial about C++, to get information about this programming language there are other more interesting sites.
 |
|
C++ Class |
 |
|
C++ Abstract Class |
 |
|
C++ Derived Class |
 |
|
C++ Enumeration |
 |
|
C++ Structure |
 |
|
C++ Class Object Constructor Method |
 |
|
C++ Class Object Virtual Constructor Method |
 |
|
C++ Class Object Destructor Method |
 |
|
C++ Class Object Reset Method
Sets the object as if it would be created. Initializes object variables and properties, if any variable or property is an object, the object is initialized, but not destroyed. |
 |
|
C++ Class Object Set Method
Sets a variable or property of the object. The state of the object changes. |
 |
|
C++ Class Object Operation Method
Performs an operation on the object that changes its state. |
 |
|
C++ Class Object Virtual Method
Virtual method of an abstract class. Must be defined in the derived classes in order to create objects of the class. |
 |
|
C++ Class Object Get Method
Gets the value of a variable or property of the object. The state of the object does not change. |
 |
|
Note/Attention
Anotation to point out a characteristic, an important performance suggestion or other interesting information. |
|