
#include <Exposition.h>
Public Types | |
| enum | expo_property |
| This enumerates all property types. | |
Public Member Functions | |
| Property (expo_property type) | |
| Initializes the property with the specified type. | |
| expo_property | Type () |
| Returns the type of this property. | |
Protected Attributes | |
| expo_property | type |
| Type of this property. | |