This is the list of Ceylan features that might be available. They are often available on a per-platform basis, even though each available feature can be disabled on request, at the library build time.
recommended usage for user code is the following: Ceylan::CheckForSupportedFeatures( MyFeature | MyOtherFeature | AnotherWantedFeature ) ;
If at least one feature is not available, a self-documented FeatureNotAvailableException will be thrown accordingly.