Get flags
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(profile_config_t), | intent(in) | :: | self |
function get_profile_flags(self) result(flags) class(profile_config_t), intent(in) :: self character(len=:), allocatable :: flags flags = self%profile_feature%flags end function get_profile_flags