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