Collaboration diagram for Enumeration:Modules | |
| Factories | |
Classes | |
| struct | IEnumeration |
| Enumerations are immutable objects that encapsulate a value within a predefined set of named integral constants. These constants are predefined in an Enumeration type with the same name as the Enumeration. More... | |
| class | EnumerationPtr |
| Enumerations are objects that encapsulate a value within a predefined set of named integral constants. These constants are predefined in an Enumeration type with the same name as the Enumeration. More... | |